From e2ce4c0fa972fee03c98e1f40a082a939a48d95f Mon Sep 17 00:00:00 2001 From: Tim Moore Date: Tue, 20 Oct 2009 10:18:15 +0200 Subject: [PATCH] More include SGMath.hxx to keep MSVC happy --- simgear/scene/material/matmodel.cxx | 1 + simgear/scene/model/model.cxx | 1 + 2 files changed, 2 insertions(+) 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 -- 2.39.5