]> 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 13:58:09 +0000 (13:58 +0000)
committerfredb <fredb>
Sat, 18 Feb 2006 13:58:09 +0000 (13:58 +0000)
46 files changed:
src/AIModel/submodel.cxx
src/ATC/ATCDialog.cxx
src/Aircraft/aircraft.cxx
src/Aircraft/replay.cxx
src/Cockpit/built_in/FGMagRibbon.cxx
src/Cockpit/hud_card.cxx
src/Cockpit/hud_ladr.cxx
src/Environment/environment_ctrl.cxx
src/Environment/fgclouds.cxx
src/FDM/Balloon/BalloonSim.cpp
src/FDM/flight.cxx
src/FDM/groundcache.cxx
src/GUI/dialog.cxx
src/Instrumentation/KLN89/kln89_page_act.cxx
src/Instrumentation/KLN89/kln89_page_apt.cxx
src/Instrumentation/KLN89/kln89_page_cal.cxx
src/Instrumentation/KLN89/kln89_page_dir.cxx
src/Instrumentation/KLN89/kln89_page_fpl.cxx
src/Instrumentation/KLN89/kln89_page_int.cxx
src/Instrumentation/KLN89/kln89_page_nav.cxx
src/Instrumentation/KLN89/kln89_page_ndb.cxx
src/Instrumentation/KLN89/kln89_page_nrst.cxx
src/Instrumentation/KLN89/kln89_page_oth.cxx
src/Instrumentation/KLN89/kln89_page_set.cxx
src/Instrumentation/KLN89/kln89_page_usr.cxx
src/Instrumentation/KLN89/kln89_page_vor.cxx
src/Instrumentation/od_gauge.cxx
src/Instrumentation/wxradar.cxx
src/Main/fg_commands.cxx
src/Main/fg_io.cxx
src/Main/fg_props.cxx
src/Main/viewer.cxx
src/Main/viewmgr.cxx
src/Navaids/navdb.cxx
src/Network/atlas.cxx
src/Network/garmin.cxx
src/Network/generic.cxx
src/Network/joyclient.cxx
src/Network/jsclient.cxx
src/Network/nmea.cxx
src/Scripting/NasalSys.cxx
src/Scripting/nasal-props.cxx
src/Sound/voice.cxx
src/Traffic/SchedFlight.cxx
src/Traffic/Schedule.cxx
src/Traffic/TrafficMgr.cxx

index 32ee5bf9465ce24fa741dc0c378c3cc10c68d49d..a4959e27bb34f584ca38bc92e7f025048dc735c8 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 "submodel.hxx"
 
 #include <simgear/structure/exception.hxx>
index b2b6964cdcbdd15f39f568103e11011dc6fa4354..b44e69c1a498a0fa76d3b01f9432053c88782173 100644 (file)
 // along with this program; if not, write to the Free Software
 // Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 
+#ifdef HAVE_CONFIG_H
+#  include "config.h"
+#endif
+
 #include <simgear/compiler.h>
 
 #include <simgear/structure/commands.hxx>
index 47292bc3240fa1ec5b85934d035ea7bc69d71efe..724f659e18f51a156606b17fd35b880632a529c1 100644 (file)
@@ -20,6 +20,9 @@
 //
 // $Id$
 
+#ifdef HAVE_CONFIG_H
+#  include "config.h"
+#endif
 
 #include <stdio.h>
 #include <string.h>            // strdup
index e650a8b315856d06396d523797705a4f89a0ac83..a58703b7357240ea237bb556cdedf7d49761673a 100644 (file)
@@ -20,6 +20,9 @@
 //
 // $Id$
 
+#ifdef HAVE_CONFIG_H
+#  include "config.h"
+#endif
 
 #include <simgear/constants.h>
 
index 9aa7632a39b4e1710a423a66ac2d9f6bc57f0a1c..3f0f34779e9b25cf4e5ce1db296ca39122aa2117 100644 (file)
@@ -18,6 +18,9 @@
 //
 //  $Id$
 
+#ifdef HAVE_CONFIG_H
+#  include "config.h"
+#endif
 
 #include "FGMagRibbon.hxx"
 
index ee5fad245c41287b1ccf89c34465f083cba5f36b..f678a94ce18f6f4d94151196aa7a6ee0dce1bbb1 100644 (file)
@@ -1,3 +1,8 @@
+
+#ifdef HAVE_CONFIG_H
+#  include "config.h"
+#endif
+
 #include <plib/sg.h>
 #include "hud.hxx"
 
index 6c070b60523b1e0e55902631198224d01f0aa403..dfc815a70a29f3e32ad515188b29c96490e57cfe 100644 (file)
@@ -1,4 +1,8 @@
 
+#ifdef HAVE_CONFIG_H
+#  include "config.h"
+#endif
+
 #include <simgear/constants.h>
 
 #include "hud.hxx"
index e4f7ac964942458511a3378d8b0465f6ee6bd0df..0b901640b69c7eb7e3e978787ebd96f4b40d5d1e 100644 (file)
 //
 // $Id$
 
+#ifdef HAVE_CONFIG_H
+#  include "config.h"
+#endif
+
 #include <simgear/debug/logstream.hxx>
 
 #include <stdlib.h>
index 75a9b6417a1ce74420bdba291a62e88107494692..970a4fa9d54e6399d98dcf36f65d0e0e5f710d21 100644 (file)
 //
 //
 
+#ifdef HAVE_CONFIG_H
+#  include "config.h"
+#endif
+
 #include <Main/fg_props.hxx>
 
 #include <simgear/constants.h>
index 6047c41a9ec104657a6df7b4985da5ceeb822d4e..5ca8c0b1be835d11aebff024ebd43b952fd4952d 100644 (file)
@@ -38,6 +38,11 @@ HISTORY
 /****************************************************************************/
 /* INCLUDES                                                                */
 /****************************************************************************/
+
+#ifdef HAVE_CONFIG_H
+#  include "config.h"
+#endif
+
 #include <stdio.h>
 // #include <conio.h>
 #include <math.h>
index 69549719002424b784d48d1c0526f67b05f08c99..1f40e14934b61b67ef44d666bfa060bae837bf43 100644 (file)
@@ -20,6 +20,9 @@
 //
 // $Id$
 
+#ifdef HAVE_CONFIG_H
+#  include "config.h"
+#endif
 
 #include <stdio.h>
 
index 04b5af06ed43d4f3c470c5f278e85e27a30c0ac7..3680ef366dbd2e4b9a271160a63a958cac5a99b3 100644 (file)
@@ -20,6 +20,9 @@
 //
 // $Id$
 
+#ifdef HAVE_CONFIG_H
+#  include "config.h"
+#endif
 
 #include <float.h>
 
index 8d19187d2e4d4d61ad2b4be40f9025016713fa50..451cee38da02f4a7a165fe313372586f9db655d4 100644 (file)
@@ -1,5 +1,9 @@
 // dialog.cxx: implementation of an XML-configurable dialog box.
 
+#ifdef HAVE_CONFIG_H
+#  include "config.h"
+#endif
+
 #include <stdlib.h>            // atof()
 
 #include <Input/input.hxx>
index d121820a697c84aedd4d4e716ae08a0063f454a7..9b1772278f1d63aad8f1d81c32bf0d322601e919 100644 (file)
 //
 // $Id$
 
+#ifdef HAVE_CONFIG_H
+#  include "config.h"
+#endif
+
 #include "kln89_page_act.hxx"
 #include "kln89_page_apt.hxx"
 #include "kln89_page_vor.hxx"
index 1ea7022b00bca24f1f50e500ec9619923a08a459..eb44449cef952459c59d02a43062e05d0fe61d38 100644 (file)
 //
 // $Id$
 
+#ifdef HAVE_CONFIG_H
+#  include "config.h"
+#endif
+
 #include "kln89_page_apt.hxx"
 #include <ATC/commlist.hxx>
 #include <Main/globals.hxx>
index 42b9f3ea3b6eb2d4f3d3726fa88be48327458024..cbf2ca63e3ac8e27f5caa9d3df0422adaee2dca4 100644 (file)
 //
 // $Id$
 
+#ifdef HAVE_CONFIG_H
+#  include "config.h"
+#endif
+
 #include "kln89_page_cal.hxx"
 
 KLN89CalPage::KLN89CalPage(KLN89* parent)
index 8ac43e5ac329daf908995eab481397cb5eabda81..eff8230d22f8107475e41b4be6261ba0bc15a63f 100644 (file)
 //
 // $Id$
 
+#ifdef HAVE_CONFIG_H
+#  include "config.h"
+#endif
+
 #include "kln89_page_dir.hxx"
 
 KLN89DirPage::KLN89DirPage(KLN89* parent)
index 99dfe982aaffcfe1fe22b9663ade6b7c0acfe6eb..0195b3fa66a066b109e616a9bee621e3c5050a36 100644 (file)
 //
 // $Id$
 
+#ifdef HAVE_CONFIG_H
+#  include "config.h"
+#endif
+
 #include "kln89_page_fpl.hxx"
 #include <algorithm>
 
index cf46bf142c0f5ff38d962294983f6df32a848599..16da2bd744854b3a5098c8d669b0c154fed213bd 100644 (file)
 //
 // $Id$
 
+#ifdef HAVE_CONFIG_H
+#  include "config.h"
+#endif
+
 #include "kln89_page_int.hxx"
 
 KLN89IntPage::KLN89IntPage(KLN89* parent) 
index fdddb39019308e19c494ece8b392f79ad38f808e..6c98a1536699544f6fce9bc09f79ffcc93f1c007 100644 (file)
 //
 // $Id$
 
+#ifdef HAVE_CONFIG_H
+#  include "config.h"
+#endif
+
 #include "kln89_page_nav.hxx"
 #include <Main/fg_props.hxx>
 
index 9d460bf0eef2f7c8ba1d1ef035872e1ec7f7da84..fa0f008609e14a077d15ad5057018e33ed6e5c61 100644 (file)
 //
 // $Id$
 
+#ifdef HAVE_CONFIG_H
+#  include "config.h"
+#endif
+
 #include "kln89_page_ndb.hxx"
 
 KLN89NDBPage::KLN89NDBPage(KLN89* parent) 
index fad2170ab307e232df279f3465f49bb9af49d15e..c16b68c232f68e65189968d5859d9a2d0cd710d8 100644 (file)
 //
 // $Id$
 
+#ifdef HAVE_CONFIG_H
+#  include "config.h"
+#endif
+
 #include "kln89_page_nrst.hxx"
 
 KLN89NrstPage::KLN89NrstPage(KLN89* parent) 
index ae7ce92d2b960d2951d588e63591223c0bb6803b..0b77bcbc1c1f851a9db69c1d344b9e29222b30d9 100644 (file)
 //
 // $Id$
 
+#ifdef HAVE_CONFIG_H
+#  include "config.h"
+#endif
+
 #include "kln89_page_oth.hxx"
 
 KLN89OthPage::KLN89OthPage(KLN89* parent)
index fc09e81ad63d6fe55e45de02a04da52acdcd0732..1dff40dc738e1e6ab6e593a7a29ffbaceb0c4445 100644 (file)
 //
 // $Id$
 
+#ifdef HAVE_CONFIG_H
+#  include "config.h"
+#endif
+
 #include "kln89_page_set.hxx"
 
 #include <iostream>
index bf2cdcefe14f27adc1db7e4ba253a7feaf2a2757..31622f89f28fdc7debb816b7607fea4fa0c04863 100644 (file)
 //
 // $Id$
 
+#ifdef HAVE_CONFIG_H
+#  include "config.h"
+#endif
+
 #include "kln89_page_usr.hxx"
 
 KLN89UsrPage::KLN89UsrPage(KLN89* parent) 
index 3a1c5938ad820bc93472a5614439dbc8f975bc1b..88628c135233c86f1853a74d21aeb0794b7fd9f2 100644 (file)
 //
 // $Id$
 
+#ifdef HAVE_CONFIG_H
+#  include "config.h"
+#endif
+
 #include "kln89_page_vor.hxx"
 
 KLN89VorPage::KLN89VorPage(KLN89* parent) 
index f2ec9d4cd2b70213a15ab7b34f81ef2d28356300..647f93cfcef45f62a6fd83be5dfae8c5b9376203 100644 (file)
 //
 //
 
+#ifdef HAVE_CONFIG_H
+#  include "config.h"
+#endif
+
 #include <plib/ssg.h>
 #include <simgear/screen/extensions.hxx>
 #include <simgear/screen/RenderTexture.h>
index 629f9abe11d563eb47bc901b2019b7771f7cf3ee..829af7b258a8286989bbae47b5b74c12fd38f2f2 100644 (file)
 //
 //
 
+#ifdef HAVE_CONFIG_H
+#  include "config.h"
+#endif
+
 #include <plib/sg.h>
 #include <plib/ssg.h>
 #include <Main/fg_props.hxx>
index 644bda6a4d2acc8aff1bb57ba1cd9e8f4000ea8c..2a1863411e1f439c9d749e3cc585ace428901ee7 100644 (file)
@@ -1,5 +1,9 @@
 // fg_commands.cxx - internal FGFS commands.
 
+#ifdef HAVE_CONFIG_H
+#  include "config.h"
+#endif
+
 #include <string.h>            // strcmp()
 
 #include <simgear/compiler.h>
index 2cdd3f7e912e831e960cd65767cbc220c302b9e7..6ac044ff9380e33f4f101b07b8e3da7e24885650 100644 (file)
@@ -20,6 +20,9 @@
 //
 // $Id$
 
+#ifdef HAVE_CONFIG_H
+#  include "config.h"
+#endif
 
 #include <simgear/compiler.h>
 
index 9c32d1d11276e50819644d97c634a47bd349ed4b..3980a4f82671e25c41b5f859a1a2fbfae7176ac6 100644 (file)
 // $Id$
 
 #ifdef HAVE_CONFIG_H
-#  include <simgear/compiler.h>
+#  include "config.h"
 #endif
 
+#include <simgear/compiler.h>
+
 #include <simgear/structure/exception.hxx>
 #include <simgear/magvar/magvar.hxx>
 #include <simgear/timing/sg_time.hxx>
index 5c62846c4c1e2b019d39944f8e44e60bc4518eaf..c0fc51534bf599491b485e5440e38a61bbd70505 100644 (file)
@@ -23,6 +23,9 @@
 //
 // $Id$
 
+#ifdef HAVE_CONFIG_H
+#  include "config.h"
+#endif
 
 #include <simgear/compiler.h>
 
index 33fe8f7cb529dfff32d2cca298ff2d587e5a96d3..9d30d046ebc523eb3c90c5d2ebc56f19ccffad16 100644 (file)
 //
 // $Id$
 
+#ifdef HAVE_CONFIG_H
+#  include "config.h"
+#endif
+
 #include <string.h>            // strcmp
 
 #include <plib/sg.h>
index 1c2d40a65c4d8cec9ef4682dd79e6f4fccc9870c..2e8d12c0f03b118371dcbacce2c08da1caab7344 100644 (file)
@@ -20,6 +20,9 @@
 //
 // $Id$
 
+#ifdef HAVE_CONFIG_H
+#  include "config.h"
+#endif
 
 #include <simgear/compiler.h>
 
index f4007595dded9183428b0d1c719f0922e3d2f3f2..997ce1c5c7616888ec26ea9ad3ecba7c1a942287 100644 (file)
@@ -20,6 +20,9 @@
 //
 // $Id$
 
+#ifdef HAVE_CONFIG_H
+#  include "config.h"
+#endif
 
 #include <simgear/debug/logstream.hxx>
 #include <simgear/math/sg_geodesy.hxx>
index 80690a22e83b5931e6ceadc44ea2c6e0e15bb0db..88fc8112b6cb4a29b0436de9c3ec58bba03886f0 100644 (file)
@@ -20,6 +20,9 @@
 //
 // $Id$
 
+#ifdef HAVE_CONFIG_H
+#  include "config.h"
+#endif
 
 #include <simgear/debug/logstream.hxx>
 #include <simgear/math/sg_geodesy.hxx>
index 38481b08b238e19b2199c41924dd7c139a478450..eae2d4492afd1da0861cf0c097f0497f0819ac7a 100644 (file)
@@ -20,6 +20,9 @@
 //
 // $Id$
 
+#ifdef HAVE_CONFIG_H
+#  include "config.h"
+#endif
 
 #include <string.h>            // strstr()
 #include <stdlib.h>            // strtod(), atoi()
index 2f5e802aa21a171b117ae57aff791a5272724c09..2fd0970d703a6fe50298b3c7f26f8b58b9ed0294 100644 (file)
@@ -20,6 +20,9 @@
 //
 // $Id$
 
+#ifdef HAVE_CONFIG_H
+#  include "config.h"
+#endif
 
 #include <simgear/debug/logstream.hxx>
 #include <simgear/io/iochannel.hxx>
index 3df3b486e81bc67117c1eda587c62c729bda5165..8221b4d582eb9273ba2f58faeafe960bc3da2a41 100644 (file)
@@ -21,6 +21,9 @@
 //
 // $Id$
 
+#ifdef HAVE_CONFIG_H
+#  include "config.h"
+#endif
 
 #include <simgear/debug/logstream.hxx>
 #include <simgear/io/iochannel.hxx>
index 72fbbdbdf99ef075d0787257c29633207d588721..0f485f67b97d8e31e40ae442fbd23bfe6af11d72 100644 (file)
@@ -20,6 +20,9 @@
 //
 // $Id$
 
+#ifdef HAVE_CONFIG_H
+#  include "config.h"
+#endif
 
 #include <simgear/debug/logstream.hxx>
 #include <simgear/math/sg_geodesy.hxx>
index 2222bcf1758b79eaf048dc6265c5370d5ca6784b..9acfedca62588d9fc1bb355293643367d3b34718 100644 (file)
@@ -1,3 +1,8 @@
+
+#ifdef HAVE_CONFIG_H
+#  include "config.h"
+#endif
+
 #include <string.h>
 #include <stdio.h>
 #include <sys/types.h>
index 3d0788bea83f3368f27d41fa5ed730dde3b57a5e..bd3f9411c93273b76793621158f1d35536c996a4 100644 (file)
@@ -1,3 +1,8 @@
+
+#ifdef HAVE_CONFIG_H
+#  include "config.h"
+#endif
+
 #include <simgear/nasal/nasal.h>
 #include <simgear/props/props.hxx>
 
index 77b40821c89457903635d2c9e3f45f79f27026b2..0753733059031017e4b69259e89a56268aea90a7 100644 (file)
 //
 // $Id$
 
+#ifdef HAVE_CONFIG_H
+#  include "config.h"
+#endif
+
 #include <sstream>
 #include <simgear/compiler.h>
 #include <Main/fg_props.hxx>
index a65adad8c0b45fee2a4a2317f0feb1b024b0a321..8f56cbaad6529547657f6f3d7ac95add0269ae80 100644 (file)
  * - Find an alternative for the depricated Point3D class
  *
  *****************************************************************************/
+
+#ifdef HAVE_CONFIG_H
+#  include "config.h"
+#endif
+
 #include <stdlib.h>
 #include <time.h>
 #include <iostream>
index 678bcd5d7777cd7c7db97d7de6fa0810e7919047..8bb04a3c9d66d44792520b44b7ccebb4877a9146 100644 (file)
  ****************************************************************************
  *
  *****************************************************************************/
+
+#ifdef HAVE_CONFIG_H
+#  include "config.h"
+#endif
+
 #include <stdlib.h>
 #include <time.h>
 #include <iostream>
index 3d7fe4d7974335e0d083a27162b061c08edcbc6f..a38646bc00f811b39a96c5ba404f2f10e4efa3d4 100644 (file)
  *
  *
  *****************************************************************************/
+
+#ifdef HAVE_CONFIG_H
+#  include "config.h"
+#endif
+
 #include <stdlib.h>
 #include <time.h>
 #include <iostream>