summaryrefslogtreecommitdiff
path: root/beos/window.cpp
diff options
context:
space:
mode:
authorFrançois Revel <mmu_man@netsurf-browser.org>2012-03-25 23:03:11 +0000
committerFrançois Revel <mmu_man@netsurf-browser.org>2012-03-25 23:03:11 +0000
commitb9a2def970522a4472168ecd12c338b7ef1aa2b9 (patch)
tree025ff1ffa26257c8e857a439663774251deaed9e /beos/window.cpp
parentad0c132f2bcd8554a445c7c5687e79c35f872c5b (diff)
downloadnetsurf-b9a2def970522a4472168ecd12c338b7ef1aa2b9.tar.gz
netsurf-b9a2def970522a4472168ecd12c338b7ef1aa2b9.tar.bz2
Fix BeOS build:
- comment out unneeded includes for now, - fix static lib linking order. svn path=/trunk/netsurf/; revision=13713
Diffstat (limited to 'beos/window.cpp')
-rw-r--r--beos/window.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/beos/window.cpp b/beos/window.cpp
index b0ead3e5c..89c3d5c83 100644
--- a/beos/window.cpp
+++ b/beos/window.cpp
@@ -29,6 +29,7 @@ extern "C" {
#include "desktop/selection.h"
#include "desktop/textinput.h"
#include "render/font.h"
+#include "render/box.h"
#include "utils/log.h"
#include "utils/types.h"
#include "utils/utf8.h"