diff options
Diffstat (limited to 'src/game.cpp')
-rw-r--r-- | src/game.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/game.cpp b/src/game.cpp index 05c5eca..77d65d8 100644 --- a/src/game.cpp +++ b/src/game.cpp | |||
@@ -11,6 +11,8 @@ | |||
11 | #include "functionkeys.h" | 11 | #include "functionkeys.h" |
12 | #include "functioncount.h" | 12 | #include "functioncount.h" |
13 | 13 | ||
14 | #include <bu/sio.h> | ||
15 | |||
14 | Game::Game() | 16 | Game::Game() |
15 | { | 17 | { |
16 | hGlobalParam.insert("start", Variable::newSituationName("start") ); | 18 | hGlobalParam.insert("start", Variable::newSituationName("start") ); |