diff options
Diffstat (limited to 'engines/draci/mouse.cpp')
-rw-r--r-- | engines/draci/mouse.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/draci/mouse.cpp b/engines/draci/mouse.cpp index 15fcc42760..28e2a84fc7 100644 --- a/engines/draci/mouse.cpp +++ b/engines/draci/mouse.cpp @@ -32,6 +32,8 @@ #include "graphics/cursorman.h" +#include "common/system.h" + namespace Draci { Mouse::Mouse(DraciEngine *vm) { |