Include render/box.h and render/html.h to fix build.

svn path=/trunk/netsurf/; revision=13719
This commit is contained in:
Michael Drake 2012-03-26 11:01:48 +00:00
parent 71325ca6d0
commit 9a6b4b1b07

View File

@ -34,7 +34,9 @@
#include "riscos/message.h"
#include "riscos/save.h"
#include "riscos/textselection.h"
#include "render/box.h"
#include "render/form.h"
#include "render/html.h"
#include "utils/log.h"
#include "utils/utf8.h"
#include "utils/utils.h"