]> git.mxchange.org Git - flightgear.git/commitdiff
more include SGMath.hxx to keep MSVC happy
authorTim Moore <timoore@redhat.com>
Tue, 20 Oct 2009 08:18:51 +0000 (10:18 +0200)
committerTim Moore <timoore@redhat.com>
Mon, 26 Oct 2009 17:40:12 +0000 (18:40 +0100)
src/AIModel/performancedb.cxx
src/Input/FGDeviceConfigurationMap.cxx

index 3f9aafa6893f704d496f68d89a9308ef263be529..f7c286a9a345b8aea1d73ff6d5b9160f151a89b6 100644 (file)
@@ -1,3 +1,4 @@
+#include <simgear/math/SGMath.hxx>
 #include <simgear/misc/sg_path.hxx>
 #include <simgear/props/props.hxx>
 #include <simgear/props/props_io.hxx>
index 413222f041d95116547f91a0f0f8cf8ade0acaed..431a6fa5ecc47bb73e647ca160adec86b399d00c 100644 (file)
@@ -26,6 +26,8 @@
 #  include <config.h>
 #endif
 
+#include <simgear/math/SGMath.hxx>
+
 #include "FGDeviceConfigurationMap.hxx"
 
 #include <plib/ul.h>