summaryrefslogtreecommitdiff
path: root/frontends/windows/drawable.c
diff options
context:
space:
mode:
Diffstat (limited to 'frontends/windows/drawable.c')
-rw-r--r--frontends/windows/drawable.c7
1 files changed, 4 insertions, 3 deletions
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 <stdbool.h>
+#include <stdint.h>
#include "utils/config.h"
#include <windows.h>
#include <windowsx.h>
-#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"