Fix missing header for OSG macros.

Patch provided by Stewart Andreason.
This commit is contained in:
Scott Giese
2019-02-05 21:46:02 -06:00
parent 7246edcb4b
commit 2303da846b
5 changed files with 5 additions and 0 deletions

View File

@@ -23,6 +23,7 @@
#include "Pass.hxx"
#include <osg/Version>
#include <osg/PointSprite>
#include <osg/TexEnv>
#include <osg/TexEnvCombine>

View File

@@ -24,6 +24,7 @@
#include "../../bvh/BVHPageRequest.hxx"
#include "../../bvh/BVHPager.hxx"
#include <osg/Version>
#include <osg/io_utils>
#include <osg/Camera>
#include <osg/Drawable>

View File

@@ -27,6 +27,7 @@
#include <boost/bind.hpp>
#include <osg/Version>
#include <osg/Geode>
#include <osg/MatrixTransform>
#include <osgDB/ReadFile>

View File

@@ -21,6 +21,7 @@
#include <boost/algorithm/string.hpp>
#include <osg/Version>
#include <osg/PagedLOD>
#include <osg/ProxyNode>
#include <osgDB/ReadFile>

View File

@@ -25,6 +25,7 @@
#include <cassert>
#include <osg/Version>
#include <osg/CullFace>
#include <osg/PagedLOD>
#include <osg/MatrixTransform>