From 263c0e3b570a3510736122b7f1de2e8928f956f6 Mon Sep 17 00:00:00 2001 From: MihailRis Date: Tue, 18 Nov 2025 20:14:37 +0300 Subject: [PATCH] fix macos build --- src/util/ObjectsPool.hpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/util/ObjectsPool.hpp b/src/util/ObjectsPool.hpp index 35b3753b..bcd3294c 100644 --- a/src/util/ObjectsPool.hpp +++ b/src/util/ObjectsPool.hpp @@ -4,7 +4,10 @@ #include #include #include + +#if defined(_WIN32) #include +#endif namespace util { struct AlignedDeleter {