From: Tim Moore Date: Tue, 20 Oct 2009 08:18:51 +0000 (+0200) Subject: more include SGMath.hxx to keep MSVC happy X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=3a890859d321d21fe31b344ce36b5bfbdea02c3e;p=flightgear.git more include SGMath.hxx to keep MSVC happy --- diff --git a/src/AIModel/performancedb.cxx b/src/AIModel/performancedb.cxx index 3f9aafa68..f7c286a9a 100644 --- a/src/AIModel/performancedb.cxx +++ b/src/AIModel/performancedb.cxx @@ -1,3 +1,4 @@ +#include #include #include #include diff --git a/src/Input/FGDeviceConfigurationMap.cxx b/src/Input/FGDeviceConfigurationMap.cxx index 413222f04..431a6fa5e 100644 --- a/src/Input/FGDeviceConfigurationMap.cxx +++ b/src/Input/FGDeviceConfigurationMap.cxx @@ -26,6 +26,8 @@ # include #endif +#include + #include "FGDeviceConfigurationMap.hxx" #include