mirror of
https://github.com/yhirose/cpp-httplib.git
synced 2025-05-15 09:18:27 +00: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…
Add table
Add a link
Reference in a new issue