From: ehofman Date: Thu, 4 Sep 2008 08:52:47 +0000 (+0000) Subject: Make sure the compiler is aware that SGModelData a child of osg::Referenced, now... X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=f3f8a211cd207e88b38cf25b072d85cace4cb5e2;p=simgear.git Make sure the compiler is aware that SGModelData a child of osg::Referenced, now gcc-3.3 will compile. --- diff --git a/simgear/scene/model/SGReaderWriterXMLOptions.hxx b/simgear/scene/model/SGReaderWriterXMLOptions.hxx index b9f46542..17532aee 100644 --- a/simgear/scene/model/SGReaderWriterXMLOptions.hxx +++ b/simgear/scene/model/SGReaderWriterXMLOptions.hxx @@ -19,6 +19,7 @@ #define SGREADERWRITERXMLOPTIONS_HXX 1 #include +#include #include class SGPropertyNode;