]> git.mxchange.org Git - simgear.git/commitdiff
Win32 compilation fix
authorfredb <fredb>
Thu, 2 Nov 2006 17:40:54 +0000 (17:40 +0000)
committerfredb <fredb>
Thu, 2 Nov 2006 17:40:54 +0000 (17:40 +0000)
simgear/scene/model/placementtrans.cxx
simgear/scene/sky/stars.cxx

index 34a7f21567b4d8c359f2f5b193254e0f6fb9933b..960b37cc5fdfdd383531c8f14cd7512e291c1fe3 100644 (file)
@@ -19,6 +19,9 @@
 // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 //
 
+#ifdef HAVE_CONFIG_H
+#  include <simgear_config.h>
+#endif
 
 #ifndef __cplusplus
 # error This library requires C++
index 59717505be60a8602c753c319c66646c5886bf69..22cf539ae6a9135275b4d5682d42984266b48b07 100644 (file)
@@ -23,6 +23,9 @@
 //
 // $Id$
 
+#ifdef HAVE_CONFIG_H
+#  include <simgear_config.h>
+#endif
 
 #include <simgear/compiler.h>
 #include <simgear/constants.h>