From 4ca3ed0718d617821e0adc6bd788b307cf96743b Mon Sep 17 00:00:00 2001 From: Simon Rozman Date: Tue, 22 Aug 2023 17:06:17 +0200 Subject: [PATCH] system: add missing include Signed-off-by: Simon Rozman --- include/stdex/system.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/include/stdex/system.hpp b/include/stdex/system.hpp index 81145f97c..b7ddbef86 100644 --- a/include/stdex/system.hpp +++ b/include/stdex/system.hpp @@ -9,6 +9,7 @@ #define NOMINMAX // Collides with std::min/max #include #include +#include #include #else #include