From 795c9876af39bf6ccede3ab535abffe55cb6a667 Mon Sep 17 00:00:00 2001 From: frohlich Date: Tue, 24 Mar 2009 08:09:16 +0000 Subject: [PATCH] Make it compile with gcc-4.4. Modified Files: simgear/debug/logstream.hxx --- simgear/debug/logstream.hxx | 1 + 1 file changed, 1 insertion(+) diff --git a/simgear/debug/logstream.hxx b/simgear/debug/logstream.hxx index fa9dd9fc..c2a5edc5 100644 --- a/simgear/debug/logstream.hxx +++ b/simgear/debug/logstream.hxx @@ -33,6 +33,7 @@ #include #include +#include #include -- 2.39.5