Merge pull request #17696 from dbudniko:dbudniko/g_api_fix_min_max

This commit is contained in:
Alexander Alekhin 2020-06-29 19:54:40 +00:00
commit ab4065fa1c

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