浏览代码

Add cctype header (#656)

mi01 5 年之前
父节点
当前提交
b8cf739d27
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      httplib.h

+ 1 - 0
httplib.h

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