From 302fd9ece4634f6f31b6e326a6a51d09af6e0c1c Mon Sep 17 00:00:00 2001 From: Rustam Gamidov Date: Thu, 6 Nov 2025 16:57:17 +0200 Subject: [PATCH] Include missing header used in censoring Censoring has been added recently but with missing header Relates-To: NLAM-140 Signed-off-by: Rustam Gamidov --- olp-cpp-sdk-core/include/olp/core/logging/Log.h | 2 +- olp-cpp-sdk-core/src/geo/coordinates/GeoRectangle.cpp | 2 +- olp-cpp-sdk-core/src/logging/Log.cpp | 3 ++- olp-cpp-sdk-core/tests/geo/coordinates/GeoRectangleTest.cpp | 2 +- olp-cpp-sdk-core/tests/logging/LogTest.cpp | 2 +- 5 files changed, 6 insertions(+), 5 deletions(-) diff --git a/olp-cpp-sdk-core/include/olp/core/logging/Log.h b/olp-cpp-sdk-core/include/olp/core/logging/Log.h index 1c5d9c4e8..788a1a869 100644 --- a/olp-cpp-sdk-core/include/olp/core/logging/Log.h +++ b/olp-cpp-sdk-core/include/olp/core/logging/Log.h @@ -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. diff --git a/olp-cpp-sdk-core/src/geo/coordinates/GeoRectangle.cpp b/olp-cpp-sdk-core/src/geo/coordinates/GeoRectangle.cpp index a92ffe330..0cb87c001 100644 --- a/olp-cpp-sdk-core/src/geo/coordinates/GeoRectangle.cpp +++ b/olp-cpp-sdk-core/src/geo/coordinates/GeoRectangle.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2020 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. diff --git a/olp-cpp-sdk-core/src/logging/Log.cpp b/olp-cpp-sdk-core/src/logging/Log.cpp index 7a368587c..6bda97ecc 100644 --- a/olp-cpp-sdk-core/src/logging/Log.cpp +++ b/olp-cpp-sdk-core/src/logging/Log.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. @@ -27,6 +27,7 @@ #include #include +#include #include #include diff --git a/olp-cpp-sdk-core/tests/geo/coordinates/GeoRectangleTest.cpp b/olp-cpp-sdk-core/tests/geo/coordinates/GeoRectangleTest.cpp index 5e2435e34..3317b5350 100644 --- a/olp-cpp-sdk-core/tests/geo/coordinates/GeoRectangleTest.cpp +++ b/olp-cpp-sdk-core/tests/geo/coordinates/GeoRectangleTest.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019 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. diff --git a/olp-cpp-sdk-core/tests/logging/LogTest.cpp b/olp-cpp-sdk-core/tests/logging/LogTest.cpp index 1bdc10051..644b3fda0 100644 --- a/olp-cpp-sdk-core/tests/logging/LogTest.cpp +++ b/olp-cpp-sdk-core/tests/logging/LogTest.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2024 HERE Europe B.V. + * Copyright (C) 2020-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.