소스 검색

Fixed build error on Windows

yhirose 5 년 전
부모
커밋
5ddaf949d0
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      httplib.h

+ 2 - 1
httplib.h

@@ -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