Skip to content

Commit 83fd68e

Browse files
Add missing include (#1692)
Allows compilation on clang with C++23 Relates-To: HERESDK-1 Signed-off-by: Mykhailo Diachenko <ext-mykhailo.z.diachenko@here.com>
1 parent 30cf9ff commit 83fd68e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

olp-cpp-sdk-core/src/utils/Credentials.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@
1919

2020
#include <olp/core/utils/Credentials.h>
2121

22+
#include <algorithm>
23+
2224
namespace {
2325
void CensorCredentialsPart(std::string& url, std::size_t arguments_start,
2426
const std::string& credentials_part_name) {

0 commit comments

Comments
 (0)