From: Tim Moore Date: Tue, 20 Oct 2009 08:18:15 +0000 (+0200) Subject: More include SGMath.hxx to keep MSVC happy X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=e2ce4c0fa972fee03c98e1f40a082a939a48d95f;p=simgear.git More include SGMath.hxx to keep MSVC happy --- diff --git a/simgear/scene/material/matmodel.cxx b/simgear/scene/material/matmodel.cxx index d8c9e3f1..bdad512e 100644 --- a/simgear/scene/material/matmodel.cxx +++ b/simgear/scene/material/matmodel.cxx @@ -37,6 +37,7 @@ using std::map; #include #include +#include #include #include #include diff --git a/simgear/scene/model/model.cxx b/simgear/scene/model/model.cxx index 54e74924..d41529ad 100644 --- a/simgear/scene/model/model.cxx +++ b/simgear/scene/model/model.cxx @@ -11,6 +11,7 @@ #include #include +#include #include #include