From d97c6d180ad7af3d17c8d3dd8d4df75c920927c7 Mon Sep 17 00:00:00 2001 From: Rustam Gamidov Date: Fri, 6 Jun 2025 12:08:48 +0300 Subject: [PATCH] Include algorithm to DiskCache explicitly Otherwise it is possible to get 'no matching function for call to find' error while compiling. Relates-To: MINOR Signed-off-by: Rustam Gamidov --- olp-cpp-sdk-core/src/cache/DiskCache.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/olp-cpp-sdk-core/src/cache/DiskCache.cpp b/olp-cpp-sdk-core/src/cache/DiskCache.cpp index 51dbfb58e..2f66b788e 100644 --- a/olp-cpp-sdk-core/src/cache/DiskCache.cpp +++ b/olp-cpp-sdk-core/src/cache/DiskCache.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 HERE Europe B.V. + * Copyright (C) 2019-2025 HERE Europe B.V. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -19,6 +19,7 @@ #include "DiskCache.h" +#include #include #include #include