aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Carpet/CarpetLib/src/timestat.hh6
1 files changed, 5 insertions, 1 deletions
diff --git a/Carpet/CarpetLib/src/timestat.hh b/Carpet/CarpetLib/src/timestat.hh
index 95cc53e00..d175d14a8 100644
--- a/Carpet/CarpetLib/src/timestat.hh
+++ b/Carpet/CarpetLib/src/timestat.hh
@@ -1,6 +1,10 @@
#ifndef TIMESTAT_HH
#define TIMESTAT_HH
+#include <iostream>
+
+using namespace std;
+
// Time (in seconds) spend during various operations
@@ -55,4 +59,4 @@ extern timestat wtime_isendwait;
-#endif TIMESTAT_HH
+#endif // TIMESTAT_HH