diff --git a/src/VkBootstrap.cpp b/src/VkBootstrap.cpp index 8ca3a88..39a683f 100644 --- a/src/VkBootstrap.cpp +++ b/src/VkBootstrap.cpp @@ -21,7 +21,9 @@ #if defined(_WIN32) #include +#ifndef NOMINMAX #define NOMINMAX +#endif #include #endif // _WIN32