From 46d48f7f98c32c4fb10489cd25f204057832b982 Mon Sep 17 00:00:00 2001 From: ehofman Date: Fri, 21 Mar 2003 21:12:12 +0000 Subject: [PATCH] Add logstream header files when using SG_LOG() --- src/WeatherCM/linintp2.cpp | 1 + src/WeatherCM/sphrintp.cpp | 1 + 2 files changed, 2 insertions(+) diff --git a/src/WeatherCM/linintp2.cpp b/src/WeatherCM/linintp2.cpp index 3c6e640fb..77207f38f 100644 --- a/src/WeatherCM/linintp2.cpp +++ b/src/WeatherCM/linintp2.cpp @@ -31,6 +31,7 @@ #include #include STL_IOSTREAM +#include #include #include diff --git a/src/WeatherCM/sphrintp.cpp b/src/WeatherCM/sphrintp.cpp index 980e699e3..52b43db86 100644 --- a/src/WeatherCM/sphrintp.cpp +++ b/src/WeatherCM/sphrintp.cpp @@ -31,6 +31,7 @@ #include #include STL_IOSTREAM +#include #include #include "sphrintp.h"