]> git.mxchange.org Git - flightgear.git/commitdiff
Add logstream header files when using SG_LOG()
authorehofman <ehofman>
Fri, 21 Mar 2003 21:12:12 +0000 (21:12 +0000)
committerehofman <ehofman>
Fri, 21 Mar 2003 21:12:12 +0000 (21:12 +0000)
src/WeatherCM/linintp2.cpp
src/WeatherCM/sphrintp.cpp

index 3c6e640fbe249ae25d20eaa008155388b30e2d45..77207f38fa8348f2bfc763e3cb8b7c08ff5c15f3 100644 (file)
@@ -31,6 +31,7 @@
 
 #include <simgear/compiler.h>
 #include STL_IOSTREAM
+#include <simgear/debug/logstream.hxx>
 
 #include <float.h>
 #include <math.h>
index 980e699e30eb935ea949f71b1d6cc8102e8fcc4e..52b43db86ae58242388ea556e5ad8b2174909da9 100644 (file)
@@ -31,6 +31,7 @@
 
 #include <simgear/compiler.h>
 #include STL_IOSTREAM
+#include <simgear/debug/logstream.hxx>
 
 #include <math.h>
 #include "sphrintp.h"