]> git.mxchange.org Git - simgear.git/commitdiff
simgear/scene/sky/sky.cxx: Include sg_inlines.h with simgear/ prefix as all other...
authorAnders Gidenstam <anders@gidenstam.org>
Fri, 26 Nov 2010 20:49:30 +0000 (21:49 +0100)
committerAnders Gidenstam <anders@gidenstam.org>
Fri, 26 Nov 2010 20:49:30 +0000 (21:49 +0100)
simgear/scene/sky/sky.cxx

index ba3311f7ebe3d3f78bdcfde5d02a3ec729787f1e..01f5a2560f7758a3cf7a470a0ae8ed94431ef352 100644 (file)
@@ -31,7 +31,7 @@
 
 #include <simgear/math/sg_random.h>
 #include <simgear/scene/util/RenderConstants.hxx>
-#include <sg_inlines.h>
+#include <simgear/sg_inlines.h>
 
 #include <osg/StateSet>
 #include <osg/Depth>