]> git.mxchange.org Git - simgear.git/commitdiff
Add missing include files needed by the new math code under windows
authorfredb <fredb>
Sat, 18 Feb 2006 13:24:24 +0000 (13:24 +0000)
committerfredb <fredb>
Sat, 18 Feb 2006 13:24:24 +0000 (13:24 +0000)
19 files changed:
simgear/io/sg_socket.cxx
simgear/math/SGGeodesy.cxx
simgear/math/SGMathTest.cxx
simgear/math/polar3d.cxx
simgear/math/sg_geodesy.cxx
simgear/misc/texcoord.cxx
simgear/props/props_io.cxx
simgear/route/waypoint.cxx
simgear/scene/model/animation.cxx
simgear/scene/model/modellib.cxx
simgear/scene/model/shadanim.cxx
simgear/scene/model/shadowvolume.cxx
simgear/scene/sky/cloud.cxx
simgear/scene/sky/sky.cxx
simgear/scene/tgdb/apt_signs.cxx
simgear/scene/tgdb/pt_lights.cxx
simgear/scene/tgdb/userdata.cxx
simgear/sound/sample_openal.cxx
simgear/sound/soundmgr_openal.cxx

index 2142548f891933c5be08ada15e7643cfa01e79dc..b45b551b761629948f73753ca9476746b6bcedc7 100644 (file)
@@ -21,6 +21,9 @@
 //
 // $Id$
 
+#ifdef HAVE_CONFIG_H
+#  include <simgear_config.h>
+#endif
 
 #include <simgear/compiler.h>
 
index 57b13434b5c05ef50c02e1c6e08c46c03a6f75a7..ba6a64c78eaa25320b5cc2b893c45c0153ea7e43 100644 (file)
@@ -1,3 +1,8 @@
+
+#ifdef HAVE_CONFIG_H
+#  include <simgear_config.h>
+#endif
+
 #include <cmath>
 
 #include "SGMath.hxx"
index 4ab0763bbda8bb29830d063b3bf01ce566e75b99..2855b77af688e5e553f3feb2f61adde808577003 100644 (file)
@@ -1,3 +1,8 @@
+
+#ifdef HAVE_CONFIG_H
+#  include <simgear_config.h>
+#endif
+
 #include <cstdlib>
 #include <iostream>
 
index 5b27c6381169507dc240a164af5e4496c5999089..ab2e25b3e4580fa822c071f6d5b1c7a1553a9d0c 100644 (file)
@@ -21,6 +21,9 @@
 //
 // $Id$
 
+#ifdef HAVE_CONFIG_H
+#  include <simgear_config.h>
+#endif
 
 #include <math.h>
 
index fa6fcb96ba1b1a379dec99e028c6ff8b5959870f..4de126d5848c145ea3448574a3bbc491c63b1adf 100644 (file)
@@ -1,3 +1,8 @@
+
+#ifdef HAVE_CONFIG_H
+#  include <simgear_config.h>
+#endif
+
 #include <simgear/constants.h>
 #include "SGMath.hxx"
 #include "sg_geodesy.hxx"
index 7f01d1eec9322fcddd4eca1bed49b380c066ade1..21fcf1a1c1a3c533828b2801422847d4156c90ad 100644 (file)
@@ -140,6 +140,10 @@ enter this in the official comments in case I forget again. :-)
 
 */
 
+#ifdef HAVE_CONFIG_H
+#  include <simgear_config.h>
+#endif
+
 #include <simgear/compiler.h>
 
 // #include STL_IOSTREAM
index 919e29b095fae5d1664b52090a85bbe450f96bd9..f79fa9b1ed216216e2f48f902dc540136d23d713 100644 (file)
@@ -1,4 +1,8 @@
 
+#ifdef HAVE_CONFIG_H
+#  include <simgear_config.h>
+#endif
+
 #include <simgear/compiler.h>
 
 #include <stdlib.h>            // atof() atoi()
index 3de5941d399a9ec60737d776adfd009ff7e75bc1..47487f0b72e7e601142a6aaad2f956edc2b8ffe5 100644 (file)
@@ -20,6 +20,9 @@
 //
 // $Id$
 
+#ifdef HAVE_CONFIG_H
+#  include <simgear_config.h>
+#endif
 
 #include <simgear/math/polar3d.hxx>
 #include <simgear/math/sg_geodesy.hxx>
index 30acb661707fe2c8ff1d1631f79b3ba11fa307d5..3a9367696484df6e2aef26b322419d7f3e7274f5 100644 (file)
@@ -3,6 +3,9 @@
 //
 // This file is in the Public Domain, and comes with no warranty.
 
+#ifdef HAVE_CONFIG_H
+#  include <simgear_config.h>
+#endif
 
 #include <string.h>             // for strcmp()
 #include <math.h>
index b9e625f4ad23c3c6e19e8eff591ecacfbf7c9635..735625a4d4536b45e58f4731bce6fb8933553ce7 100644 (file)
@@ -1,5 +1,9 @@
 // modellib.cxx - implement an SSG model library.
 
+#ifdef HAVE_CONFIG_H
+#  include <simgear_config.h>
+#endif
+
 #include <simgear/compiler.h>
 #include <simgear/props/props.hxx>
 
index b8f2e4536864d2cb2be052e1f7abc1afe29c7414..30546cd19803cfad2c58a986d64ce8607b17ddee 100644 (file)
@@ -20,6 +20,9 @@
 //
 //
 
+#ifdef HAVE_CONFIG_H
+#  include <simgear_config.h>
+#endif
 
 #include <plib/sg.h>
 #include <plib/ssg.h>
index 422103165bbfb8da0572ca93a7d02851fea915a2..843dd404fe5948120866b7b1f6ddf9c4433921fe 100644 (file)
 //
 //
 
+#ifdef HAVE_CONFIG_H
+#  include <simgear_config.h>
+#endif
+
 #include <plib/sg.h>
 #include <plib/ssg.h>
 #include <simgear/props/props.hxx>
index 4652474e41cee7e35b6929db422db3b6b792bfbb..960dae7ddc648da59c5e4ff62e3a6ba07406e91d 100644 (file)
@@ -15,6 +15,9 @@
 //
 // $Id$
 
+#ifdef HAVE_CONFIG_H
+#  include <simgear_config.h>
+#endif
 
 #include <simgear/compiler.h>
 
index 42a50f48cfc9dcf7df8124e6915e0ebe52d7cefc..1dabf376e600dafbda6f7918060cacf137e25e9f 100644 (file)
@@ -22,6 +22,9 @@
 //
 // $Id$
 
+#ifdef HAVE_CONFIG_H
+#  include <simgear_config.h>
+#endif
 
 #include <plib/sg.h>
 #include <plib/ssg.h>
index e102571c32e842dacab1d6c69794580848955de7..ab1b78185de824016330d13d3c275fa74eb8ba87 100644 (file)
@@ -20,6 +20,9 @@
 //
 // $Id$
 
+#ifdef HAVE_CONFIG_H
+#  include <simgear_config.h>
+#endif
 
 #include <simgear/debug/logstream.hxx>
 #include <simgear/math/sg_types.hxx>
index 5b3dcc2d4346a99e29eda693803c813893c81cc5..e65a3729c96396e6a5742e39a7b2189796382525 100644 (file)
@@ -20,6 +20,9 @@
 //
 // $Id$
 
+#ifdef HAVE_CONFIG_H
+#  include <simgear_config.h>
+#endif
 
 #include <plib/sg.h>
 
index 385a8a3fb357d101da99d6f092c5e4d8b3259bc8..3b77ccc67e1e7e983fea6795451095951873bd45 100644 (file)
@@ -21,6 +21,9 @@
 //
 // $Id$
 
+#ifdef HAVE_CONFIG_H
+#  include <simgear_config.h>
+#endif
 
 #include <plib/sg.h>
 #include <plib/ssg.h>
index d07970a3d238c849143f1efa512ea8b9aad5a881..7b771516c9e3b15a0acb1d7717361e4281a6010c 100644 (file)
@@ -20,6 +20,9 @@
 //
 // $Id$
 
+#ifdef HAVE_CONFIG_H
+#  include <simgear_config.h>
+#endif
 
 #if defined( __APPLE__ )
 # define AL_ILLEGAL_ENUM AL_INVALID_ENUM
index df67e9df89754020fb352bf58a96d842b9dee358..82971d300a4d94aa87c80c4316ff6fa334c64070 100644 (file)
 //
 // $Id$
 
+#ifdef HAVE_CONFIG_H
+#  include <simgear_config.h>
+#endif
+
 #include <simgear/compiler.h>
 
 #if defined(__APPLE__)