From: James Turner Date: Fri, 16 Jul 2010 07:40:07 +0000 (+0100) Subject: Fix simgear::Dir compilation on some Unix setups, thanks Anders. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=3117ec5a7d34cbad4a446256ac53db5bd315f224;p=simgear.git Fix simgear::Dir compilation on some Unix setups, thanks Anders. --- diff --git a/simgear/misc/sg_dir.cxx b/simgear/misc/sg_dir.cxx index e8775093..74b493ed 100644 --- a/simgear/misc/sg_dir.cxx +++ b/simgear/misc/sg_dir.cxx @@ -31,6 +31,7 @@ #include +#include #include namespace simgear