]> git.mxchange.org Git - flightgear.git/commitdiff
Compile proptest.cpp with MSVC. There is still a link problem though
authorFrederic Bouvier <fredfgfs01@free.fr>
Fri, 30 Mar 2012 05:41:08 +0000 (07:41 +0200)
committerFrederic Bouvier <fredfgfs01@free.fr>
Fri, 30 Mar 2012 05:41:08 +0000 (07:41 +0200)
src/FDM/YASim/proptest.cpp

index c10d592112404c8844ed35bbbffe592b19d9defc..81955b5a882912a4306a7b1143807e8978189cb8 100644 (file)
@@ -1,6 +1,12 @@
+#ifdef HAVE_CONFIG_H
+#  include "config.h"
+#endif
+
 #include <stdio.h>
 #include <stdlib.h>
 
+#include <simgear/math/SGMath.hxx>
+
 #include "Math.hpp"
 #include "FGFDM.hpp"
 #include "PropEngine.hpp"