From 898628dc602f22a3d54448f1865c93c4293e9d8b Mon Sep 17 00:00:00 2001 From: Harald Fernengel Date: Mon, 20 Jan 2025 14:31:20 +0100 Subject: [PATCH] Compile on newer clang Need iomanip header for latest clang on macos Relates-To: MINOR Signed-off-by: Harald Fernengel --- olp-cpp-sdk-authentication/tests/CryptoTest.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/olp-cpp-sdk-authentication/tests/CryptoTest.cpp b/olp-cpp-sdk-authentication/tests/CryptoTest.cpp index 3420ba130..7d943652f 100644 --- a/olp-cpp-sdk-authentication/tests/CryptoTest.cpp +++ b/olp-cpp-sdk-authentication/tests/CryptoTest.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 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. @@ -19,6 +19,7 @@ #include +#include #include #include