From aa53519bcd5b716306e0fb0ec2a89d953128bc85 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Mon, 30 May 2016 21:21:09 +0100 Subject: fix missing includes from header API changes --- frontends/windows/drawable.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'frontends/windows') diff --git a/frontends/windows/drawable.c b/frontends/windows/drawable.c index 39ecee092..74aca1562 100644 --- a/frontends/windows/drawable.c +++ b/frontends/windows/drawable.c @@ -17,18 +17,19 @@ */ #include +#include #include "utils/config.h" #include #include -#include "netsurf/browser_window.h" -#include "desktop/textinput.h" -#include "netsurf/plotters.h" #include "utils/errors.h" #include "utils/log.h" #include "utils/utils.h" +#include "netsurf/browser_window.h" +#include "netsurf/plotters.h" +#include "desktop/textinput.h" #include "windows/windbg.h" #include "windows/plot.h" -- cgit v1.2.3