]> git.mxchange.org Git - flightgear.git/blobdiff - src/Environment/fgclouds.hxx
Remove un-needed header.
[flightgear.git] / src / Environment / fgclouds.hxx
index 7eab7f12828f1e7a4d198da7039cf8fde34075a1..cf3e8a4f9a07e86201ea7a94616fc0948f457673 100644 (file)
@@ -27,6 +27,7 @@
 #endif
 
 #include <simgear/compiler.h>
+#include <simgear/math/sg_random.h>
 #include <simgear/sound/soundmgr_openal.hxx>
 #include <Main/fg_props.hxx>
 
@@ -50,7 +51,7 @@ private:
 #endif
        bool clouds_3d_enabled;
   int index;
-
+  
 public:
        FGClouds();
        ~FGClouds();