From: Frederic Bouvier Date: Sun, 25 Mar 2012 12:12:04 +0000 (+0200) Subject: Compile under MSVC 9 X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=40bc0cbd48dcb0d3c33de634df19b9bf66e87a39;p=simgear.git Compile under MSVC 9 --- diff --git a/projects/VC90/SimGear.vcproj b/projects/VC90/SimGear.vcproj index 26b7e874..cbd98715 100644 --- a/projects/VC90/SimGear.vcproj +++ b/projects/VC90/SimGear.vcproj @@ -615,10 +615,6 @@ RelativePath="..\..\simgear\math\sg_types.hxx" > - - @@ -1395,6 +1391,10 @@ RelativePath="..\..\simgear\scene\tgdb\SGReaderWriterBTG.hxx" > + + @@ -1841,6 +1841,14 @@ RelativePath="..\..\simgear\scene\util\SGNodeMasks.hxx" > + + + + diff --git a/simgear/scene/bvh/BVHLineSegmentVisitor.cxx b/simgear/scene/bvh/BVHLineSegmentVisitor.cxx index a7a4b893..035cad7c 100644 --- a/simgear/scene/bvh/BVHLineSegmentVisitor.cxx +++ b/simgear/scene/bvh/BVHLineSegmentVisitor.cxx @@ -15,6 +15,10 @@ // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. // +#ifdef HAVE_CONFIG_H +# include +#endif + #include #include "BVHLineSegmentVisitor.hxx"