From 02be490466ce6df38bb499253aefe3c425b5a7b5 Mon Sep 17 00:00:00 2001 From: Christian Schmitt Date: Thu, 7 Feb 2013 18:20:57 +0100 Subject: [PATCH] Missing headers --- simgear/misc/sg_dir.cxx | 1 + simgear/scene/model/SGText.cxx | 2 ++ 2 files changed, 3 insertions(+) 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 -- 2.39.5