]> git.mxchange.org Git - simgear.git/commitdiff
Win32 fix
authorfredb <fredb>
Thu, 15 May 2008 06:19:15 +0000 (06:19 +0000)
committerfredb <fredb>
Thu, 15 May 2008 06:19:15 +0000 (06:19 +0000)
simgear/scene/tgdb/ReaderWriterSTG.cxx
simgear/scene/tgdb/TileCache.cxx
simgear/scene/tgdb/TileEntry.cxx

index 8344245ecb7912ddabeff72b735b7a56d9a1dad9..8e7fd2a28eca6f96f50f75b1e308589f59c3ca96 100644 (file)
 // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 //
 
+#ifdef HAVE_CONFIG_H
+#  include <simgear_config.h>
+#endif
+
 #include <simgear/scene/model/ModelRegistry.hxx>
 
 #include <osgDB/Registry>
index 9004f706353982465db8178769792ea1b38cb34a..f37533d23e623696005ce6824cfa0fd6afe9336f 100644 (file)
 //
 // $Id$
 
+#ifdef HAVE_CONFIG_H
+#  include <simgear_config.h>
+#endif
+
 #include <simgear/bucket/newbucket.hxx>
 #include <simgear/debug/logstream.hxx>
 #include <simgear/misc/sg_path.hxx>
index 0b4ebfadb3ad13f5c2d4b99f5510d39ca53f872b..2782c023b3f97f33043c5fd5be301b9bf0040548 100644 (file)
 // along with this program; if not, write to the Free Software
 // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 
+#ifdef HAVE_CONFIG_H
+#  include <simgear_config.h>
+#endif
+
 #include <simgear/compiler.h>
 #include <plib/ul.h>