Skip to content

Commit b2e006e

Browse files
Added missing <chrono> header
This header is required for compilation on newer compilers Relates-To: MINOR Signed-off-by: Andrey Kashcheev <ext-andrey.kashcheev@here.com>
1 parent 7ac2ac1 commit b2e006e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

olp-cpp-sdk-core/tests/thread/ThreadPoolTaskSchedulerTest.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2019-2021 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.
@@ -17,6 +17,7 @@
1717
* License-Filename: LICENSE
1818
*/
1919

20+
#include <chrono>
2021
#include <thread>
2122
#include <unordered_map>
2223

0 commit comments

Comments
 (0)