From f86b22b1c22474296e90591363b5028bf2d71b1e Mon Sep 17 00:00:00 2001 From: Dimitri van Heesch Date: Sat, 6 Feb 2021 21:00:26 +0100 Subject: Fixed missing include for util.cpp when building for Windows --- src/util.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/util.cpp b/src/util.cpp index 9f31223..3bf349a 100644 --- a/src/util.cpp +++ b/src/util.cpp @@ -22,6 +22,7 @@ #include #include +#include #include #include -- cgit v0.12