Skip to content

Commit b8cf739

Browse files
authored
Add cctype header (yhirose#656)
1 parent aec2f95 commit b8cf739

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

httplib.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,7 @@ using socket_t = int;
196196
#include <string>
197197
#include <sys/stat.h>
198198
#include <thread>
199+
#include <cctype>
199200

200201
#ifdef CPPHTTPLIB_OPENSSL_SUPPORT
201202
#include <openssl/err.h>

0 commit comments

Comments
 (0)