From 90e699161a5d477d0394a81be4d01ece997142e5 Mon Sep 17 00:00:00 2001 From: batist73 Date: Wed, 27 Mar 2019 14:04:26 +0300 Subject: [PATCH] Add WinSock2 dependency --- httplib.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/httplib.h b/httplib.h index 1b251c7..115578e 100644 --- a/httplib.h +++ b/httplib.h @@ -37,6 +37,8 @@ #include #include +#pragma comment(lib, "ws2_32.lib") + #ifndef strcasecmp #define strcasecmp _stricmp #endif //strcasecmp