From b9e71cee63ec147016faf57773abadcde6924a6f Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Tue, 3 May 2016 19:56:22 +0100 Subject: fix erroneously removed includes in beos window header --- beos/window.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'beos/window.h') diff --git a/beos/window.h b/beos/window.h index e00b37926..928acca22 100644 --- a/beos/window.h +++ b/beos/window.h @@ -19,6 +19,10 @@ #ifndef NETSURF_BEOS_WINDOW_H #define NETSURF_BEOS_WINDOW_H 1 +#include +#include +#include + extern struct gui_window_table *beos_window_table; extern struct gui_clipboard_table *beos_clipboard_table; -- cgit v1.2.3