Fixed Windows public precommit (#6877)

This commit is contained in:
Ilya Lavrenov 2021-08-02 10:22:37 +03:00 committed by GitHub
parent 35696ca1db
commit a177eb2f2e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,6 +10,9 @@
#endif #endif
#ifdef _WIN32 #ifdef _WIN32
# ifndef NOMINMAX
# define NOMINMAX
# endif
# include <Windows.h> # include <Windows.h>
#else #else
# include <dlfcn.h> # include <dlfcn.h>