]> git.mxchange.org Git - flightgear.git/commitdiff
OSG file renamed
authorfredb <fredb>
Sat, 16 Jun 2007 16:15:49 +0000 (16:15 +0000)
committerfredb <fredb>
Sat, 16 Jun 2007 16:15:49 +0000 (16:15 +0000)
src/Main/fg_os_osgviewer.cxx

index a89c0d9efa7f1446dc7863ed4fc1a817b265bcbe..ccc26324bf17b0fce1b85ff585031f17c73a671b 100644 (file)
@@ -1,3 +1,8 @@
+
+#ifdef HAVE_CONFIG_H
+#  include <config.h>
+#endif
+
 #include <stdlib.h>
 
 #include <simgear/compiler.h>
@@ -9,7 +14,7 @@
 #include <osg/Matrixd>
 #include <osg/Viewport>
 #include <osg/Version>
-#include <osgViewer/StatsHandler>
+#include <osgViewer/ViewerEventHandlers>
 #include <osgViewer/Viewer>
 #include <osgGA/MatrixManipulator>