Skip to content

Commit c5497f0

Browse files
committed
update includes
1 parent edd226a commit c5497f0

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

src/Access/TokenProcessorsJWT.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
#include <Common/Base64.h>
44
#include <Common/logger_useful.h>
5+
#include <Poco/String.h>
56

67
namespace DB {
78

src/Access/TokenProcessorsOpaque.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
#include <Common/logger_useful.h>
44
#include <Poco/StreamCopier.h>
5+
#include <Poco/Net/HTTPSClientSession.h>
6+
#include <Poco/Net/HTTPRequest.h>
7+
#include <Poco/Net/HTTPResponse.h>
58

69
namespace DB {
710

src/Storages/System/StorageSystemBuildOptions.cpp.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ const char * auto_config_build[]
6666
"GIT_BRANCH", R"IRjaNsZIL9Yh7FQ4(@GIT_BRANCH@)IRjaNsZIL9Yh7FQ4",
6767
"GIT_DATE", "@GIT_DATE@",
6868
"GIT_COMMIT_SUBJECT", R"Gi17KJMlbGCjErEN(@GIT_COMMIT_SUBJECT@)Gi17KJMlbGCjErEN",
69+
"USE_JWT_CPP", "@USE_JWT_CPP@",
6970

7071
nullptr, nullptr
7172
};

0 commit comments

Comments
 (0)