]> git.mxchange.org Git - flightgear.git/commitdiff
Compile under MSVC9 again
authorfredb <fredb>
Sun, 2 Aug 2009 10:16:45 +0000 (10:16 +0000)
committerTim Moore <timoore@redhat.com>
Sat, 8 Aug 2009 06:37:14 +0000 (08:37 +0200)
src/FDM/JSBSim/input_output/FGPropertyManager.h

index fdd5c40776c51a37cbad7f376c1e0d14d7f2281d..8f191fe87fa3cb2b3d174d63c0bb97aacf731b65 100644 (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"