summaryrefslogtreecommitdiff
path: root/beos/window.cpp
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2014-10-16 22:22:51 +0100
committerVincent Sanders <vince@kyllikki.org>2014-10-16 23:25:22 +0100
commitf502ca3e6940c4c587e964f5ad6b06115fd6fd00 (patch)
tree4adf19c33c43c1a4d6dbb188b41223d2c4f98cd8 /beos/window.cpp
parent19c26ca1829e94ea7abbadea50707a4ee5441d10 (diff)
downloadnetsurf-f502ca3e6940c4c587e964f5ad6b06115fd6fd00.tar.gz
netsurf-f502ca3e6940c4c587e964f5ad6b06115fd6fd00.tar.bz2
update beos frontend to cope with updated operation table
Diffstat (limited to 'beos/window.cpp')
-rw-r--r--beos/window.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/beos/window.cpp b/beos/window.cpp
index 50ee9af96..44dd8e5ac 100644
--- a/beos/window.cpp
+++ b/beos/window.cpp
@@ -32,6 +32,9 @@ extern "C" {
#include "utils/types.h"
#include "utils/utf8.h"
#include "utils/utils.h"
+#include "desktop/mouse.h"
+#include "desktop/gui_window.h"
+#include "desktop/gui_clipboard.h"
}
#include "beos/about.h"
#include "beos/window.h"