]> git.mxchange.org Git - flightgear.git/blobdiff - src/WeatherCM/linintp2.cpp
Cosmetic changes for new code moved into simgear to make the naming scheme
[flightgear.git] / src / WeatherCM / linintp2.cpp
index 3c6e640fbe249ae25d20eaa008155388b30e2d45..41a43daebf85b1e6d13bc956f85ac0493dbe85dc 100644 (file)
@@ -31,6 +31,7 @@
 
 #include <simgear/compiler.h>
 #include STL_IOSTREAM
+#include <simgear/debug/logstream.hxx>
 
 #include <float.h>
 #include <math.h>
@@ -405,7 +406,7 @@ Corner3:;
     }
 
     // create the triangles
-    SG_LOG(SG_MATH, SG_DEBUG "[ 60%] create the triangles");
+    SG_LOG(SG_MATH, SG_DEBUG, "[ 60%] create the triangles");
 
     triangle = new Triangle[numTriangles];