Include render/box.h

svn path=/trunk/netsurf/; revision=13667
This commit is contained in:
Daniel Silverstone 2012-03-25 10:21:47 +00:00
parent 6162b49875
commit bf5459c18b

View File

@ -28,6 +28,8 @@
#include "gtk/selection.h" #include "gtk/selection.h"
#include "gtk/window.h" #include "gtk/window.h"
#include "utils/utf8.h" #include "utils/utf8.h"
#include "render/box.h"
static GString *current_selection = NULL; static GString *current_selection = NULL;
static GtkClipboard *clipboard; static GtkClipboard *clipboard;