Fixed build error on Windows with OpenSSL

This commit is contained in:
yhirose 2020-07-27 22:32:31 -04:00
parent 2538a85486
commit e9058e5639

View file

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