Fix build error with Boost::asio

This commit is contained in:
Whitetiger 2019-02-25 13:09:31 -05:00 committed by GitHub
parent 78644655cf
commit 787761a7bf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -29,7 +29,9 @@
#define S_ISDIR(m) (((m)&S_IFDIR)==S_IFDIR)
#endif //S_ISDIR
#ifndef NOMINMAX
#define NOMINMAX
#endif //NOMINMAX
#include <io.h>
#include <winsock2.h>