From d1d8c68bf161f151adf73a724cc54be7991090db Mon Sep 17 00:00:00 2001 From: James Turner Date: Fri, 14 Oct 2011 12:05:31 +0100 Subject: [PATCH] Missing include on Linux --- simgear/misc/path_test.cxx | 1 + 1 file changed, 1 insertion(+) diff --git a/simgear/misc/path_test.cxx b/simgear/misc/path_test.cxx index 0c316682..d4a490c4 100644 --- a/simgear/misc/path_test.cxx +++ b/simgear/misc/path_test.cxx @@ -2,6 +2,7 @@ #include #include +#include using std::cout; using std::cerr; -- 2.39.5