From 19cd5cb3b3771592110b7400558727b71a005f63 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Fri, 1 May 2020 21:36:50 +0100 Subject: add missing include --- content/handlers/html/html.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/content/handlers/html/html.c b/content/handlers/html/html.c index 72305266c..2f6377f80 100644 --- a/content/handlers/html/html.c +++ b/content/handlers/html/html.c @@ -56,8 +56,9 @@ #include "desktop/gui_internal.h" #include "html/html.h" -#include "html/html_save.h" #include "html/html_internal.h" +#include "html/object.h" +#include "html/html_save.h" #include "html/interaction.h" #include "html/box.h" #include "html/box_construct.h" -- cgit v1.2.3