diff options
Diffstat (limited to 'src/sim/core.cc')
-rw-r--r-- | src/sim/core.cc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/sim/core.cc b/src/sim/core.cc index ab75e1d9a..aa618bdb3 100644 --- a/src/sim/core.cc +++ b/src/sim/core.cc @@ -35,11 +35,10 @@ #include "base/callback.hh" #include "base/output.hh" #include "sim/core.hh" +#include "sim/eventq.hh" using namespace std; -Tick _curTick = 0; - namespace SimClock { /// The simulated frequency of curTick(). (In ticks per second) Tick Frequency; |