Put back an unfortunate include, until ViewMgr can be fixed to not inline FGViewer destructor calls.
This commit is contained in:
parent
3c62011f03
commit
05626756e7
1 changed files with 2 additions and 0 deletions
|
@ -30,6 +30,8 @@
|
||||||
#include <simgear/structure/subsystem_mgr.hxx>
|
#include <simgear/structure/subsystem_mgr.hxx>
|
||||||
#include <simgear/math/SGMath.hxx>
|
#include <simgear/math/SGMath.hxx>
|
||||||
|
|
||||||
|
#include <Main/viewer.hxx> // FIXME - remove inlines here.
|
||||||
|
|
||||||
// forward decls
|
// forward decls
|
||||||
class FGViewer;
|
class FGViewer;
|
||||||
typedef SGSharedPtr<FGViewer> FGViewerPtr;
|
typedef SGSharedPtr<FGViewer> FGViewerPtr;
|
||||||
|
|
Loading…
Reference in a new issue