From: Frederic Bouvier Date: Fri, 30 Mar 2012 05:41:08 +0000 (+0200) Subject: Compile proptest.cpp with MSVC. There is still a link problem though X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=440234d4ebf657c5084c38c642e866ce8e3417e9;p=flightgear.git Compile proptest.cpp with MSVC. There is still a link problem though --- 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"