From 548e1204f372a28e1451fd2bd6bf2096063597c0 Mon Sep 17 00:00:00 2001 From: Hamish Coleman Date: Wed, 21 Jun 2023 18:24:00 +0100 Subject: [PATCH] Address warning - another windows pedantic header order issue --- src/edge_utils_win32.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/edge_utils_win32.c b/src/edge_utils_win32.c index 786968e..b65c44c 100644 --- a/src/edge_utils_win32.c +++ b/src/edge_utils_win32.c @@ -18,6 +18,8 @@ #ifdef WIN32 +#include + #include "edge_utils_win32.h" /* ************************************** */