From 6cce7951fce27a2bd9eaf70388e4d6732e3b158b Mon Sep 17 00:00:00 2001 From: yhirose Date: Mon, 27 Jul 2020 22:34:35 -0400 Subject: [PATCH] Fixed build error on non Windows environments with OpenSSL --- httplib.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/httplib.h b/httplib.h index f213fc3..2115819 100644 --- a/httplib.h +++ b/httplib.h @@ -196,7 +196,9 @@ using socket_t = int; #include #include +#ifdef _WIN32 #include +#endif #include #include