From: fredb Date: Sat, 18 Feb 2006 14:05:47 +0000 (+0000) Subject: Add missing include files needed by the new math code under windows X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=72d3e86b7691a18ea773101fc2fa5e07457d2ece;p=flightgear.git Add missing include files needed by the new math code under windows --- diff --git a/src/FDM/LaRCsim/LaRCsim.cxx b/src/FDM/LaRCsim/LaRCsim.cxx index 8606b8b9d..64b08061c 100644 --- a/src/FDM/LaRCsim/LaRCsim.cxx +++ b/src/FDM/LaRCsim/LaRCsim.cxx @@ -20,6 +20,10 @@ // // $Id$ +#ifdef HAVE_CONFIG_H +# include "config.h" +#endif + #include #include // strcmp() diff --git a/src/FDM/YASim/YASim.cxx b/src/FDM/YASim/YASim.cxx index c9f51e9c7..b95037dcf 100644 --- a/src/FDM/YASim/YASim.cxx +++ b/src/FDM/YASim/YASim.cxx @@ -1,4 +1,8 @@ +#ifdef HAVE_CONFIG_H +# include "config.h" +#endif + #include #include #include