1
0
Fork 0

Compile under MSVC9 again

This commit is contained in:
fredb 2009-08-20 06:53:07 +00:00 committed by Tim Moore
parent 5ee9cd1fcc
commit f2b9b9f441

View file

@ -37,7 +37,6 @@ INCLUDES
#include <string>
#include <iostream>
#include <simgear/props/props.hxx>
#if !PROPS_STANDALONE
// This is needed by MSVC9 when included in FlightGear because of
// the new Vec4d class in props.hxx
@ -46,6 +45,7 @@ INCLUDES
# endif
# include <simgear/math/SGMath.hxx>
#endif
#include <simgear/props/props.hxx>
#include "FGJSBBase.h"