45c45
< #include "sim/eventq.hh"
---
> #include "sim/eventq_impl.hh"
203a204,206
> // forward current cycle to the time when this event occurs.
> setCurTick(event->when());
>
432c435
< : objName(n), head(NULL)
---
> : objName(n), head(NULL), _curTick(0)