]> git.mxchange.org Git - simgear.git/blobdiff - simgear/scene/sky/moon.cxx
Merge branch 'ehofman/sound'
[simgear.git] / simgear / scene / sky / moon.cxx
index 73cc8e8b3d90ac2ea7a0105d520bc2c0efd13ad9..a5366c71681d2908053173e1e950264ca821cb70 100644 (file)
@@ -32,6 +32,7 @@
 #include <stdio.h>
 #include <iostream>
 
+#include <simgear/structure/OSGVersion.hxx>
 #include <osg/Array>
 #include <osg/AlphaFunc>
 #include <osg/BlendFunc>
@@ -42,6 +43,9 @@
 #include <osg/ShadeModel>
 #include <osg/TexEnv>
 #include <osg/Texture2D>
+#if SG_OSG_MIN_VERSION_REQUIRED(2,9,5)
+#include <osgDB/Options>
+#endif
 
 #include <simgear/constants.h>
 #include <simgear/screen/colors.hxx>