From e9058e563986251f9209872f323279b1965d4d4a Mon Sep 17 00:00:00 2001 From: yhirose Date: Mon, 27 Jul 2020 22:32:31 -0400 Subject: [PATCH] Fixed build error on Windows with OpenSSL --- httplib.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/httplib.h b/httplib.h index 6c99917..f213fc3 100644 --- a/httplib.h +++ b/httplib.h @@ -196,6 +196,8 @@ using socket_t = int; #include #include +#include + #include #include #include