]> git.mxchange.org Git - simgear.git/commitdiff
Added some OSG headers for the correct evaluation of the OSG_VERSION_LESS_THAN macro.
authorbcoconni <bcoconni@users.sourceforge.net>
Sat, 9 Aug 2014 17:53:19 +0000 (19:53 +0200)
committerbcoconni <bcoconni@users.sourceforge.net>
Sat, 9 Aug 2014 17:53:19 +0000 (19:53 +0200)
simgear/canvas/elements/CanvasImage.cxx
simgear/scene/sky/CloudShaderGeometry.hxx
simgear/scene/tgdb/ShaderGeometry.hxx

index c89c71a40f8a30732d636d2237bd66db790b3800..4dc0b34129ce06d0d63cb60058e29f607c5397e5 100644 (file)
@@ -31,6 +31,7 @@
 #include <osg/Geometry>
 #include <osg/PrimitiveSet>
 #include <osgDB/Registry>
+#include <osg/Version>
 
 namespace simgear
 {
index 6d78af2fef74a6ca35081ac2faeaac4a4df6fc57..b8e44fa06b1254da1e8421a457482cd5437c4eff 100644 (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>
index a5de095f566bca126e4cbbf5c2e0cb07055a7757..7a711f22b98313d2d017e79e826e7dbd2b8ba3be 100644 (file)
@@ -32,6 +32,7 @@
 #include <osg/RenderInfo>
 #include <osg/Vec3>
 #include <osg/Vec4>
+#include <osg/Version>
 
 namespace simgear
 {