Added some OSG headers for the correct evaluation of the OSG_VERSION_LESS_THAN macro.

This commit is contained in:
bcoconni
2014-08-09 19:53:19 +02:00
parent 791273c61d
commit 14f2f9e917
3 changed files with 3 additions and 0 deletions

View File

@@ -31,6 +31,7 @@
#include <osg/Geometry>
#include <osg/PrimitiveSet>
#include <osgDB/Registry>
#include <osg/Version>
namespace simgear
{

View File

@@ -32,6 +32,7 @@
#include <osg/Vec3>
#include <osg/Vec4>
#include <osg/buffered_value>
#include <osg/Version>
#include <simgear/math/SGMath.hxx>
#include <simgear/math/sg_random.h>

View File

@@ -32,6 +32,7 @@
#include <osg/RenderInfo>
#include <osg/Vec3>
#include <osg/Vec4>
#include <osg/Version>
namespace simgear
{