Skip to content

Commit cd01858

Browse files
authored
Compile on newer clang (#1581)
Need iomanip header for latest clang on macos Relates-To: MINOR Signed-off-by: Harald Fernengel <harald.fernengel@here.com>
1 parent b8745ea commit cd01858

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

olp-cpp-sdk-authentication/tests/CryptoTest.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2020 HERE Europe B.V.
2+
* Copyright (C) 2020-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.
@@ -19,6 +19,7 @@
1919

2020
#include <gtest/gtest.h>
2121

22+
#include <iomanip>
2223
#include <sstream>
2324

2425
#include <olp/authentication/Crypto.h>

0 commit comments

Comments
 (0)