From: Christian Schmitt Date: Thu, 7 Feb 2013 17:20:57 +0000 (+0100) Subject: Missing headers X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=02be490466ce6df38bb499253aefe3c425b5a7b5;p=simgear.git Missing headers --- diff --git a/simgear/misc/sg_dir.cxx b/simgear/misc/sg_dir.cxx index 0aea771b..a6711a4c 100644 --- a/simgear/misc/sg_dir.cxx +++ b/simgear/misc/sg_dir.cxx @@ -25,6 +25,7 @@ #include #include #include +#include #ifdef _WIN32 # define WIN32_LEAN_AND_MEAN diff --git a/simgear/scene/model/SGText.cxx b/simgear/scene/model/SGText.cxx index e87b48a7..21638793 100644 --- a/simgear/scene/model/SGText.cxx +++ b/simgear/scene/model/SGText.cxx @@ -20,6 +20,8 @@ # include #endif +#include + #include "SGText.hxx" #include