mirror of
https://github.com/yhirose/cpp-httplib
synced 2024-11-21 14:29:10 -07:00
Fixed build error on Windows
This commit is contained in:
parent
457a5a7501
commit
5ddaf949d0
1 changed files with 2 additions and 1 deletions
|
@ -143,8 +143,9 @@ using ssize_t = int;
|
|||
#endif // NOMINMAX
|
||||
|
||||
#include <io.h>
|
||||
#include <wincrypt.h>
|
||||
#include <winsock2.h>
|
||||
|
||||
#include <wincrypt.h>
|
||||
#include <ws2tcpip.h>
|
||||
|
||||
#ifndef WSA_FLAG_NO_HANDLE_INHERIT
|
||||
|
|
Loading…
Reference in a new issue