]> git.mxchange.org Git - flightgear.git/commitdiff
Some compiler fixes
authorehofman <ehofman>
Tue, 3 Jun 2003 13:51:21 +0000 (13:51 +0000)
committerehofman <ehofman>
Tue, 3 Jun 2003 13:51:21 +0000 (13:51 +0000)
src/FDM/UIUCModel/uiuc_recorder.cpp
src/Model/modelmgr.cxx

index 63b52137378ef2d8d66ecf8f4b1201050cd38069..62e2c3b4d77ce82f010c5b01a75f8f75ce3c47b6 100644 (file)
 
 **********************************************************************/
 
+#ifdef HAVE_CONFIG_H
+#  include <config.h>
+#endif
+
 #include <simgear/compiler.h>
 #include <simgear/misc/sg_path.hxx>
 #include <Aircraft/aircraft.hxx>
index 432b3186251deb94d66a968889c6b2d9a6e40443..4175f65bf9de7bd0275bbe635ea6882c51fe9421 100644 (file)
@@ -3,6 +3,10 @@
 //
 // This file is in the Public Domain, and comes with no warranty.
 
+#ifdef HAVE_CONFIG_H
+#  include <config.h>
+#endif
+
 #include <simgear/compiler.h>
 
 #include <vector>