From b2e006e868fb17b2def645648902ffed9daf407f Mon Sep 17 00:00:00 2001 From: andrey-kashcheev Date: Thu, 12 Jun 2025 12:07:16 +0200 Subject: [PATCH] Added missing header This header is required for compilation on newer compilers Relates-To: MINOR Signed-off-by: Andrey Kashcheev --- olp-cpp-sdk-core/tests/thread/ThreadPoolTaskSchedulerTest.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/olp-cpp-sdk-core/tests/thread/ThreadPoolTaskSchedulerTest.cpp b/olp-cpp-sdk-core/tests/thread/ThreadPoolTaskSchedulerTest.cpp index 786417387..91b59c646 100644 --- a/olp-cpp-sdk-core/tests/thread/ThreadPoolTaskSchedulerTest.cpp +++ b/olp-cpp-sdk-core/tests/thread/ThreadPoolTaskSchedulerTest.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2021 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. @@ -17,6 +17,7 @@ * License-Filename: LICENSE */ +#include #include #include