1
0
mirror of synced 2025-04-20 11:47:43 +03:00

Add cctype header (#656)

This commit is contained in:
mi01 2020-09-16 22:32:49 +02:00 committed by GitHub
parent aec2f9521d
commit b8cf739d27
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -196,6 +196,7 @@ using socket_t = int;
#include <string> #include <string>
#include <sys/stat.h> #include <sys/stat.h>
#include <thread> #include <thread>
#include <cctype>
#ifdef CPPHTTPLIB_OPENSSL_SUPPORT #ifdef CPPHTTPLIB_OPENSSL_SUPPORT
#include <openssl/err.h> #include <openssl/err.h>