]> git.mxchange.org Git - flightgear.git/commitdiff
Compile under MSVC9
authorfredb <fredb>
Sat, 8 Aug 2009 12:43:32 +0000 (12:43 +0000)
committerTim Moore <timoore@redhat.com>
Mon, 10 Aug 2009 05:14:38 +0000 (07:14 +0200)
src/Input/FGButton.cxx
src/Input/FGCommonInput.cxx
src/Input/FGDeviceConfigurationMap.cxx

index ee5953aca5ca83488849e64aef80b9bcb73a3564..cb03aeac4f1a158333292781e2cf68638b1a9159 100644 (file)
 //
 // $Id$
 
+#ifdef HAVE_CONFIG_H
+#  include <config.h>
+#endif
+
 #include "FGButton.hxx"
 
+#include <simgear/math/SGMath.hxx>
+
 FGButton::FGButton ()
   : is_repeatable(false),
     interval_sec(0),
index 513e9a640297f0694aef7419da1a59cdffa9f6fd..20fe0e400de62d7e5f7f470a44a66ddae0561b1a 100644 (file)
 //
 // $Id$
 
+#ifdef HAVE_CONFIG_H
+#  include <config.h>
+#endif
+
 #include "FGCommonInput.hxx"
 #include <Main/globals.hxx>
 #include <Main/fg_os.hxx>
 
+#include <simgear/math/SGMath.hxx>
+
 void FGCommonInput::read_bindings (const SGPropertyNode * node, binding_list_t * binding_list, int modifiers, string & module )
 {
   SG_LOG(SG_INPUT, SG_DEBUG, "Reading all bindings");
index e54860dfe68aebe1809e9d3e0302de51d2bbb392..1cd4f1c4d3e07f029422aa9cd709c1494a853cc8 100644 (file)
 //
 // $Id$
 
+#ifdef HAVE_CONFIG_H
+#  include <config.h>
+#endif
+
 #include "FGDeviceConfigurationMap.hxx"
 #include <simgear/props/props_io.hxx>
 #include <Main/globals.hxx>