Browse Source

Add cctype header (#656)

mi01 5 years ago
parent
commit
b8cf739d27
1 changed files with 1 additions and 0 deletions
  1. 1 0
      httplib.h

+ 1 - 0
httplib.h

@@ -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>