From 440234d4ebf657c5084c38c642e866ce8e3417e9 Mon Sep 17 00:00:00 2001 From: Frederic Bouvier Date: Fri, 30 Mar 2012 07:41:08 +0200 Subject: [PATCH] Compile proptest.cpp with MSVC. There is still a link problem though --- src/FDM/YASim/proptest.cpp | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/FDM/YASim/proptest.cpp b/src/FDM/YASim/proptest.cpp index c10d59211..81955b5a8 100644 --- a/src/FDM/YASim/proptest.cpp +++ b/src/FDM/YASim/proptest.cpp @@ -1,6 +1,12 @@ +#ifdef HAVE_CONFIG_H +# include "config.h" +#endif + #include #include +#include + #include "Math.hpp" #include "FGFDM.hpp" #include "PropEngine.hpp" -- 2.39.5