1
0
Fork 0

Put back an unfortunate include, until ViewMgr can be fixed to not inline FGViewer destructor calls.

This commit is contained in:
jmt 2009-09-18 17:27:16 +00:00 committed by Tim Moore
parent 3c62011f03
commit 05626756e7

View 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;