]> git.mxchange.org Git - simgear.git/commitdiff
Make it compile with gcc-4.4.
authorfrohlich <frohlich>
Tue, 24 Mar 2009 08:09:16 +0000 (08:09 +0000)
committerTim Moore <timoore@redhat.com>
Mon, 30 Mar 2009 16:42:45 +0000 (18:42 +0200)
Modified Files:
simgear/debug/logstream.hxx

simgear/debug/logstream.hxx

index fa9dd9fcf4aa4674706bc8f406f046a1eec82c4c..c2a5edc5b6d7110b5fc68462ae75f602c8384e78 100644 (file)
@@ -33,6 +33,7 @@
 
 #include <streambuf>
 #include <ostream>
+#include <cstdio>
 
 #include <simgear/debug/debug_types.h>