summaryrefslogtreecommitdiff
path: root/frontends/beos
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2016-06-06 09:19:25 +0100
committerVincent Sanders <vince@kyllikki.org>2016-06-06 09:19:25 +0100
commit5074190c0172678b77039534b17eb765700774a1 (patch)
treee925a71925587f2c05c9da5597fec68dd0079095 /frontends/beos
parentcf73e369efbb0c8b7f715e5c0a77e00e4c6fc570 (diff)
downloadnetsurf-5074190c0172678b77039534b17eb765700774a1.tar.gz
netsurf-5074190c0172678b77039534b17eb765700774a1.tar.bz2
haiku gcc does not support forward enum declarations
Diffstat (limited to 'frontends/beos')
-rw-r--r--frontends/beos/bitmap.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/frontends/beos/bitmap.cpp b/frontends/beos/bitmap.cpp
index 1b73967c5..9d16d44a3 100644
--- a/frontends/beos/bitmap.cpp
+++ b/frontends/beos/bitmap.cpp
@@ -39,6 +39,7 @@
extern "C" {
#include "utils/log.h"
#include "netsurf/plotters.h"
+#include "netsurf/content_type.h"
#include "netsurf/browser_window.h"
#include "netsurf/bitmap.h"
#include "netsurf/content.h"