Skip to content

Commit ea06e6b

Browse files
committed
Fix build errors
1 parent 1c75988 commit ea06e6b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

httplib.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -440,8 +440,10 @@ using socket_t = int;
440440
#endif // CPPHTTPLIB_MBEDTLS_SUPPORT
441441

442442
#ifdef CPPHTTPLIB_WOLFSSL_SUPPORT
443-
#include <wolfssl/openssl/x509v3.h>
444443
#include <wolfssl/options.h>
444+
445+
#include <wolfssl/openssl/x509v3.h>
446+
445447
#include <wolfssl/ssl.h>
446448
#include <wolfssl/wolfcrypt/hash.h>
447449
#include <wolfssl/wolfcrypt/md5.h>

0 commit comments

Comments
 (0)