mirror of
https://github.com/yhirose/cpp-httplib
synced 2024-11-21 06:26:02 -07:00
Fixed build error on Windows with OpenSSL
This commit is contained in:
parent
2538a85486
commit
e9058e5639
1 changed files with 2 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue