min max fix for standalone

This commit is contained in:
Dmitry Budnikov 2020-06-29 20:57:44 +03:00
parent 206c843f36
commit 31bee49371

View File

@ -8,6 +8,8 @@
#include <map> // map
#include <ade/util/zip_range.hpp> // indexed
#define NOMINMAX
#ifdef _WIN32
#include <winsock.h> // htonl, ntohl
#else