Skip to content

Commit 5d76c4b

Browse files
authored
Merge pull request #51 from carlopi/httpfsutils_fix_compilation
HTTPFSUtil: fix compilation
2 parents d6c3eb0 + 3def3e7 commit 5d76c4b

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ set(PARAMETERS "-warnings")
2424
build_loadable_extension(
2525
httpfs
2626
${PARAMETERS}
27-
extension/httpfs/httpfs
2827
extension/httpfs/hffs.cpp
2928
extension/httpfs/s3fs.cpp
3029
extension/httpfs/httpfs.cpp
30+
extension/httpfs/httpfs_client.cpp
3131
extension/httpfs/http_state.cpp
3232
extension/httpfs/crypto.cpp
3333
extension/httpfs/create_secret_functions.cpp

extension/httpfs/include/httpfs_client.hpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#pragma once
2+
13
#include "duckdb/common/http_util.hpp"
24

35
namespace duckdb {

0 commit comments

Comments
 (0)