From b39db1dac4873fc56d6f7dbe191ec571c383a321 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Fri, 8 May 2020 09:08:31 +0100 Subject: add missing header includes from previous change --- content/handlers/image/nssprite.c | 1 + content/handlers/image/webp.c | 1 + 2 files changed, 2 insertions(+) (limited to 'content/handlers/image') diff --git a/content/handlers/image/nssprite.c b/content/handlers/image/nssprite.c index 5f5549599..f0114ee89 100644 --- a/content/handlers/image/nssprite.c +++ b/content/handlers/image/nssprite.c @@ -33,6 +33,7 @@ #include "netsurf/content.h" #include "content/llcache.h" #include "content/content_protected.h" +#include "content/content_factory.h" #include "desktop/gui_internal.h" #include "image/nssprite.h" diff --git a/content/handlers/image/webp.c b/content/handlers/image/webp.c index 1e20890ef..8450fb161 100644 --- a/content/handlers/image/webp.c +++ b/content/handlers/image/webp.c @@ -36,6 +36,7 @@ #include "netsurf/bitmap.h" #include "content/llcache.h" #include "content/content_protected.h" +#include "content/content_factory.h" #include "desktop/gui_internal.h" #include "image/image_cache.h" -- cgit v1.2.3