From 3a890859d321d21fe31b344ce36b5bfbdea02c3e Mon Sep 17 00:00:00 2001 From: Tim Moore Date: Tue, 20 Oct 2009 10:18:51 +0200 Subject: [PATCH] more include SGMath.hxx to keep MSVC happy --- src/AIModel/performancedb.cxx | 1 + src/Input/FGDeviceConfigurationMap.cxx | 2 ++ 2 files changed, 3 insertions(+) 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