Skip to content

Commit 478cb38

Browse files
Include algorithm to DiskCache explicitly (#1614)
Otherwise it is possible to get 'no matching function for call to find' error while compiling. Relates-To: MINOR Signed-off-by: Rustam Gamidov <[email protected]>
1 parent 7dff5ea commit 478cb38

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

olp-cpp-sdk-core/src/cache/DiskCache.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2019-2024 HERE Europe B.V.
2+
* Copyright (C) 2019-2025 HERE Europe B.V.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -19,6 +19,7 @@
1919

2020
#include "DiskCache.h"
2121

22+
#include <algorithm>
2223
#include <iterator>
2324
#include <memory>
2425
#include <string>

0 commit comments

Comments
 (0)