mirror of
https://github.com/yhirose/cpp-httplib.git
synced 2025-05-15 09:18:27 +00:00
Add cctype header (#656)
This commit is contained in:
parent
aec2f9521d
commit
b8cf739d27
1 changed files with 1 additions and 0 deletions
|
@ -196,6 +196,7 @@ using socket_t = int;
|
|||
#include <string>
|
||||
#include <sys/stat.h>
|
||||
#include <thread>
|
||||
#include <cctype>
|
||||
|
||||
#ifdef CPPHTTPLIB_OPENSSL_SUPPORT
|
||||
#include <openssl/err.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue