summaryrefslogtreecommitdiff
path: root/src/sim/stat_control.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/sim/stat_control.hh')
-rw-r--r--src/sim/stat_control.hh3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/sim/stat_control.hh b/src/sim/stat_control.hh
index 889a98364..73961e8b7 100644
--- a/src/sim/stat_control.hh
+++ b/src/sim/stat_control.hh
@@ -44,6 +44,9 @@
#ifndef __SIM_STAT_CONTROL_HH__
#define __SIM_STAT_CONTROL_HH__
+#include "base/types.hh"
+#include "sim/core.hh"
+
namespace Stats {
double statElapsedTime();