We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30cf9ff commit 83fd68eCopy full SHA for 83fd68e
1 file changed
olp-cpp-sdk-core/src/utils/Credentials.cpp
@@ -19,6 +19,8 @@
19
20
#include <olp/core/utils/Credentials.h>
21
22
+#include <algorithm>
23
+
24
namespace {
25
void CensorCredentialsPart(std::string& url, std::size_t arguments_start,
26
const std::string& credentials_part_name) {
0 commit comments