浏览代码

Fixed build error on Windows with OpenSSL

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

+ 2 - 0
httplib.h

@@ -196,6 +196,8 @@ using socket_t = int;
 #include <openssl/ssl.h>
 #include <openssl/x509v3.h>
 
+#include <openssl/applink.c>
+
 #include <iomanip>
 #include <iostream>
 #include <sstream>