]> git.mxchange.org Git - flightgear.git/commitdiff
Add missing include files needed by the new math code under windows
authorfredb <fredb>
Sat, 18 Feb 2006 14:05:47 +0000 (14:05 +0000)
committerfredb <fredb>
Sat, 18 Feb 2006 14:05:47 +0000 (14:05 +0000)
src/FDM/LaRCsim/LaRCsim.cxx
src/FDM/YASim/YASim.cxx

index 8606b8b9d1e273f6975801f7e0c87ba83db262b8..64b08061c6b932c736f8501f237bb2f5e125ae2c 100644 (file)
 //
 // $Id$
 
+#ifdef HAVE_CONFIG_H
+#  include "config.h"
+#endif
+
 #include <math.h>
 #include <string.h>            // strcmp()
 
index c9f51e9c7312e2af8bc656fc03158bb073eb9c05..b95037dcf02fb75c4bcb74e5795d0ceb16957be9 100644 (file)
@@ -1,4 +1,8 @@
 
+#ifdef HAVE_CONFIG_H
+#  include "config.h"
+#endif
+
 #include <simgear/debug/logstream.hxx>
 #include <simgear/math/sg_geodesy.hxx>
 #include <simgear/misc/sg_path.hxx>