]> git.mxchange.org Git - flightgear.git/commitdiff
Put back an unfortunate include, until ViewMgr can be fixed to not inline FGViewer...
authorjmt <jmt>
Fri, 18 Sep 2009 17:27:16 +0000 (17:27 +0000)
committerTim Moore <timoore@redhat.com>
Fri, 18 Sep 2009 18:25:54 +0000 (20:25 +0200)
src/Main/viewmgr.hxx

index c6476a15bf5db9dd32651826b21e1a468a4cd8da..8053a1a9d58cb63f642a95085c95863cd6913128 100644 (file)
@@ -30,6 +30,8 @@
 #include <simgear/structure/subsystem_mgr.hxx>
 #include <simgear/math/SGMath.hxx>
 
+#include <Main/viewer.hxx> // FIXME - remove inlines here.
+
 // forward decls
 class FGViewer;
 typedef SGSharedPtr<FGViewer> FGViewerPtr;