1
0
Fork 0

Compile under MSVC9 again

This commit is contained in:
fredb 2009-08-16 21:34:15 +00:00 committed by Tim Moore
parent 83675c7216
commit 4c29f8711b

View file

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