From 0151fff2d455ff34484c8e5e9e7cc3b706b23786 Mon Sep 17 00:00:00 2001 From: tildearrow Date: Thu, 6 Apr 2023 18:10:30 -0500 Subject: [PATCH] actually fix build --- src/log.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/log.cpp b/src/log.cpp index 4adccfe19..9cfabe901 100644 --- a/src/log.cpp +++ b/src/log.cpp @@ -22,6 +22,10 @@ #include #include +#ifdef _WIN32 +#include +#endif + #ifdef IS_MOBILE int logLevel=LOGLEVEL_TRACE; #else