Skip to content

Commit 9971ad8

Browse files
authored
Update http_client_extension.cpp
1 parent fad98fa commit 9971ad8

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/http_client_extension.cpp

+4-1
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,11 @@
99
#include "duckdb/common/exception/http_exception.hpp"
1010
#include <duckdb/parser/parsed_data/create_scalar_function_info.hpp>
1111

12-
#define CPPHTTPLIB_OPENSSL_SUPPORT
12+
#ifdef USE_ZLIB
1313
#define CPPHTTPLIB_ZLIB_SUPPORT
14+
#endif
15+
16+
#define CPPHTTPLIB_OPENSSL_SUPPORT
1417
#include "httplib.hpp"
1518

1619
#include <string>

0 commit comments

Comments
 (0)