Add render/box.h include again, since it needs object_params struct from there. :(

This commit is contained in:
Michael Drake 2012-08-20 16:56:33 +01:00
parent 7a90270927
commit e461d9879b
1 changed files with 1 additions and 0 deletions

View File

@ -25,6 +25,7 @@
#include "amiga/datatypes.h"
#include "content/content_protected.h"
#include "desktop/plotters.h"
#include "render/box.h"
#include "utils/log.h"
#include "utils/messages.h"
#include "utils/talloc.h"