summaryrefslogtreecommitdiff
path: root/platform/haiku/os_haiku.h
diff options
context:
space:
mode:
Diffstat (limited to 'platform/haiku/os_haiku.h')
-rw-r--r--platform/haiku/os_haiku.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/platform/haiku/os_haiku.h b/platform/haiku/os_haiku.h
index 938983347c..b741ae7da0 100644
--- a/platform/haiku/os_haiku.h
+++ b/platform/haiku/os_haiku.h
@@ -1,6 +1,7 @@
#ifndef OS_HAIKU_H
#define OS_HAIKU_H
+#include "os/input.h"
#include "drivers/unix/os_unix.h"
#include "servers/visual_server.h"
#include "servers/visual/rasterizer.h"
@@ -22,6 +23,7 @@ private:
HaikuApplication* app;
HaikuDirectWindow* window;
MainLoop* main_loop;
+ InputDefault* input;
Rasterizer* rasterizer;
VisualServer* visual_server;
VideoMode current_video_mode;