From 1a3eddbbcd7ac25d378780d2d60c4f79deee75f1 Mon Sep 17 00:00:00 2001 From: Torsten Dreyer Date: Sat, 11 Sep 2010 20:32:37 +0200 Subject: [PATCH] Keep MSVC happy with the Environment updates --- projects/VC100/FlightGear/FlightGear.vcxproj | 8 ++++++- projects/VC90/FlightGear/FlightGear.vcproj | 24 ++++++++++++++++++++ src/Environment/metarairportfilter.cxx | 4 ++++ src/Environment/metarproperties.cxx | 4 ++++ 4 files changed, 39 insertions(+), 1 deletion(-) diff --git a/projects/VC100/FlightGear/FlightGear.vcxproj b/projects/VC100/FlightGear/FlightGear.vcxproj index fa563816b..5c3e3b936 100644 --- a/projects/VC100/FlightGear/FlightGear.vcxproj +++ b/projects/VC100/FlightGear/FlightGear.vcxproj @@ -721,6 +721,9 @@ + + + @@ -1289,6 +1292,9 @@ + + + @@ -1423,4 +1429,4 @@ - \ No newline at end of file + diff --git a/projects/VC90/FlightGear/FlightGear.vcproj b/projects/VC90/FlightGear/FlightGear.vcproj index eacb7a081..af6301ff5 100644 --- a/projects/VC90/FlightGear/FlightGear.vcproj +++ b/projects/VC90/FlightGear/FlightGear.vcproj @@ -4659,6 +4659,30 @@ RelativePath="..\..\..\src\Environment\ridge_lift.hxx" > + + + + + + + + + + + + +#endif + #include "metarairportfilter.hxx" namespace Environment { diff --git a/src/Environment/metarproperties.cxx b/src/Environment/metarproperties.cxx index f76ee6684..586025967 100644 --- a/src/Environment/metarproperties.cxx +++ b/src/Environment/metarproperties.cxx @@ -20,6 +20,10 @@ // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. // +#ifdef HAVE_CONFIG_H +# include +#endif + #include "metarproperties.hxx" #include "fgmetar.hxx" #include "environment.hxx"