diff options
-rw-r--r-- | raul/log.hpp | 1 | ||||
-rw-r--r-- | src/log.cpp | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/raul/log.hpp b/raul/log.hpp index 823023c..5c0908c 100644 --- a/raul/log.hpp +++ b/raul/log.hpp @@ -19,7 +19,6 @@ #include <boost/format.hpp> #include <iostream> -#include <sstream> #include <string> namespace Raul { diff --git a/src/log.cpp b/src/log.cpp index c087d71..975dece 100644 --- a/src/log.cpp +++ b/src/log.cpp @@ -14,6 +14,7 @@ along with Raul. If not, see <http://www.gnu.org/licenses/>. */ +#include <sstream> #include <string> #include "raul/log.hpp" |