1
0
Fork 0

Compile under MSVC9 again

This commit is contained in:
fredb 2009-08-02 10:16:45 +00:00 committed by Tim Moore
parent a7976b835d
commit abe00db6aa

View file

@ -35,9 +35,14 @@ SENTRY
INCLUDES
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#include <string>
#include <iostream>
#include "simgear/props/props.hxx"
#include <simgear/props/props.hxx>
#include <simgear/math/SGMath.hxx>
#include "FGJSBBase.h"