aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetLib/src/timestat.hh
diff options
context:
space:
mode:
Diffstat (limited to 'Carpet/CarpetLib/src/timestat.hh')
-rw-r--r--Carpet/CarpetLib/src/timestat.hh10
1 files changed, 8 insertions, 2 deletions
diff --git a/Carpet/CarpetLib/src/timestat.hh b/Carpet/CarpetLib/src/timestat.hh
index 49eb4fab2..ac7514fb5 100644
--- a/Carpet/CarpetLib/src/timestat.hh
+++ b/Carpet/CarpetLib/src/timestat.hh
@@ -5,6 +5,12 @@
#include <list>
#include <string>
+#include <cctk.h>
+
+extern "C" {
+#include "cycle.h"
+}
+
namespace CarpetLib {
@@ -92,9 +98,9 @@ namespace CarpetLib {
double bmax;
double count;
-
+
bool running;
- double starttime;
+ ticks starttime;
public: