From c48c7296fb5526f0452acc9c9d276288edb2ae5e Mon Sep 17 00:00:00 2001 From: Horst Schirmeier Date: Fri, 24 Jan 2014 20:24:52 +0100 Subject: [PATCH] util/WallclockTimer: bugfix: include ostream This only compiled everywhere because all users included (i)ostream. Change-Id: I29b0fb13a01606fdffd8ebdb9701eff652065916 --- src/core/util/WallclockTimer.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/core/util/WallclockTimer.hpp b/src/core/util/WallclockTimer.hpp index 33ddc45a..0b220101 100644 --- a/src/core/util/WallclockTimer.hpp +++ b/src/core/util/WallclockTimer.hpp @@ -9,6 +9,7 @@ #define __WALLCLOCKTIMER_HPP__ #include +#include #include #include