add missing include

This commit is contained in:
Vincent Sanders 2012-11-28 22:41:20 +00:00
parent 4865886721
commit d80bb6210d
1 changed files with 1 additions and 0 deletions

View File

@ -43,6 +43,7 @@
#include "render/imagemap.h"
#include "render/layout.h"
#include "render/search.h"
#include "javascript/js.h"
#include "utils/corestrings.h"
#include "utils/http.h"
#include "utils/libdom.h"