From ebd1414721219c479d5a7cb9d779c5cb5f57a341 Mon Sep 17 00:00:00 2001 From: Simon Rozman Date: Tue, 28 May 2024 10:34:26 +0200 Subject: [PATCH] compat: fix Signed-off-by: Simon Rozman --- include/stdex/compat.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/include/stdex/compat.hpp b/include/stdex/compat.hpp index d78f9f166..d4c60a1c0 100644 --- a/include/stdex/compat.hpp +++ b/include/stdex/compat.hpp @@ -9,6 +9,7 @@ #ifdef _WIN32 #include "windows.h" #include +#include #endif #include