From 2ce080c2cb6096b5269ab5eed51a2cdad24474f1 Mon Sep 17 00:00:00 2001 From: Daniel Ottiger Date: Wed, 15 Jul 2020 16:17:18 +0200 Subject: [PATCH] include as otherwise CertOpenSystemStoreW can not be found (#568) - visual studio 2019, version 16.6.3 - 64 bit target --- httplib.h | 1 + 1 file changed, 1 insertion(+) diff --git a/httplib.h b/httplib.h index 1f5da4e..9865a6e 100644 --- a/httplib.h +++ b/httplib.h @@ -145,6 +145,7 @@ using ssize_t = int; #include #include #include +#include #ifndef WSA_FLAG_NO_HANDLE_INHERIT #define WSA_FLAG_NO_HANDLE_INHERIT 0x80