aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetLib/src/timestat.hh
diff options
context:
space:
mode:
authorErik Schnetter <schnetter@aei.mpg.de>2005-01-01 18:53:00 +0000
committerErik Schnetter <schnetter@aei.mpg.de>2005-01-01 18:53:00 +0000
commit1c43cab55356e55b4cee1fe2bbce7b1e26560fe0 (patch)
treeaa301ffc7fda463b65fcc81d052ace9c1d3f9b86 /Carpet/CarpetLib/src/timestat.hh
parent2a38d7eb6a6db8b150a9f6fd5f1c844b8d0ef74a (diff)
CarpetLib: Correct errors in declaration of timestat
darcs-hash:20050101185325-891bb-197dd6cea208ec8d17507e31d99c22f0161fa21b.gz
Diffstat (limited to 'Carpet/CarpetLib/src/timestat.hh')
-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