Compile under MSVC 9

This commit is contained in:
Frederic Bouvier 2012-03-25 14:12:04 +02:00
parent b55e9df70a
commit 40bc0cbd48
2 changed files with 16 additions and 4 deletions

View File

@ -615,10 +615,6 @@
RelativePath="..\..\simgear\math\sg_types.hxx"
>
</File>
<File
RelativePath="..\..\simgear\math\SGGeod.cxx"
>
</File>
<File
RelativePath="..\..\simgear\math\SGGeodesy.cxx"
>
@ -1395,6 +1391,10 @@
RelativePath="..\..\simgear\scene\tgdb\SGReaderWriterBTG.hxx"
>
</File>
<File
RelativePath="..\..\simgear\scene\tgdb\SGTexturedTriangleBin.hxx"
>
</File>
<File
RelativePath="..\..\simgear\scene\tgdb\SGVasiDrawable.cxx"
>
@ -1841,6 +1841,14 @@
RelativePath="..\..\simgear\scene\util\SGNodeMasks.hxx"
>
</File>
<File
RelativePath="..\..\simgear\scene\util\SGReaderWriterOptions.cxx"
>
</File>
<File
RelativePath="..\..\simgear\scene\util\SGReaderWriterOptions.hxx"
>
</File>
<File
RelativePath="..\..\simgear\scene\util\SGSceneFeatures.cxx"
>

View File

@ -15,6 +15,10 @@
// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
//
#ifdef HAVE_CONFIG_H
# include <simgear_config.h>
#endif
#include <simgear/math/SGMath.hxx>
#include "BVHLineSegmentVisitor.hxx"