diff --git a/boost/fiber/detail/stack_allocator_windows.hpp b/boost/fiber/detail/stack_allocator_windows.hpp index fa5919b0..31fab3c8 100644 --- a/boost/fiber/detail/stack_allocator_windows.hpp +++ b/boost/fiber/detail/stack_allocator_windows.hpp @@ -7,6 +7,8 @@ #ifndef BOOST_FIBERS_DETAIL_STACK_ALLOCATOR_H #define BOOST_FIBERS_DETAIL_STACK_ALLOCATOR_H +#define NOMINMAX + #include extern "C" {