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 {