]> git.mxchange.org Git - flightgear.git/commitdiff
Compile under MSVC9 again
authorfredb <fredb>
Sun, 16 Aug 2009 21:34:15 +0000 (21:34 +0000)
committerTim Moore <timoore@redhat.com>
Sun, 23 Aug 2009 19:43:08 +0000 (21:43 +0200)
src/FDM/JSBSim/input_output/FGPropertyManager.h

index 52a64217b1b5fc646c5b930e5007a7e23a73034f..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/math/SGMath.hxx>
 
 #include "FGJSBBase.h"