From: jmt Date: Fri, 18 Sep 2009 17:27:16 +0000 (+0000) Subject: Put back an unfortunate include, until ViewMgr can be fixed to not inline FGViewer... X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=05626756e7a39f7fc2172fe915f3ef97f0be82b8;p=flightgear.git Put back an unfortunate include, until ViewMgr can be fixed to not inline FGViewer destructor calls. --- diff --git a/src/Main/viewmgr.hxx b/src/Main/viewmgr.hxx index c6476a15b..8053a1a9d 100644 --- a/src/Main/viewmgr.hxx +++ b/src/Main/viewmgr.hxx @@ -30,6 +30,8 @@ #include #include +#include
// FIXME - remove inlines here. + // forward decls class FGViewer; typedef SGSharedPtr FGViewerPtr;