Przeglądaj źródła

Fixed build error on Windows

yhirose 5 lat temu
rodzic
commit
5ddaf949d0
1 zmienionych plików z 2 dodań i 1 usunięć
  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