Skip to content

Commit 898628d

Browse files
committed
Compile on newer clang
Need iomanip header for latest clang on macos Relates-To: MINOR Signed-off-by: Harald Fernengel <[email protected]>
1 parent b8745ea commit 898628d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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)