]> git.mxchange.org Git - flightgear.git/blobdiff - src/AIModel/AIBase.hxx
Interim windows build fix
[flightgear.git] / src / AIModel / AIBase.hxx
index f2ba097e7ef4b087fd96b91795fcc11743eb7f45..da27569c17de424cfb66bc5cccefd8f62ab692be 100644 (file)
@@ -33,8 +33,6 @@
 
 #include <simgear/math/sg_geodesy.hxx>
 
-#include <Main/fg_props.hxx>
-
 namespace osg { class PagedLOD; }
 
 namespace simgear {
@@ -325,6 +323,8 @@ public:
     std::string & getCallSign();
 };
 
+typedef SGSharedPtr<FGAIBase> FGAIBasePtr;
+
 inline void FGAIBase::setManager(FGAIManager* mgr, SGPropertyNode* p) {
     manager = mgr;
     props = p;