summaryrefslogtreecommitdiffstats
path: root/src/server/Engine.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/server/Engine.hpp')
-rw-r--r--src/server/Engine.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/server/Engine.hpp b/src/server/Engine.hpp
index fc80d64b..d7e4f87b 100644
--- a/src/server/Engine.hpp
+++ b/src/server/Engine.hpp
@@ -27,6 +27,7 @@
#include "ingen/ingen.h"
#include "ingen/types.hpp"
+#include "Clock.hpp"
#include "Event.hpp"
#include "RunContext.hpp"
#include "EventWriter.hpp"
@@ -205,6 +206,7 @@ private:
uint64_t _cycle_start_time;
Load _event_load;
Load _run_load;
+ Clock _clock;
std::mt19937 _rand_engine;
std::uniform_real_distribution<float> _uniform_dist;