diff --git a/server/streamreader/stream_uri.cpp b/server/streamreader/stream_uri.cpp index 9eff3f87..88afd0e8 100644 --- a/server/streamreader/stream_uri.cpp +++ b/server/streamreader/stream_uri.cpp @@ -16,6 +16,10 @@ along with this program. If not, see . ***/ +#ifndef NOMINMAX +#define NOMINMAX +#endif // NOMINMAX + #include "stream_uri.hpp" #include "common/aixlog.hpp" #include "common/str_compat.hpp"