Skip to content

Commit

Permalink
Compile on newer clang (#1581)
Browse files Browse the repository at this point in the history
Need iomanip header for latest clang on macos

Relates-To: MINOR

Signed-off-by: Harald Fernengel <harald.fernengel@here.com>
  • Loading branch information
haraldF authored Jan 20, 2025
1 parent b8745ea commit cd01858
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion olp-cpp-sdk-authentication/tests/CryptoTest.cpp
Original file line number Diff line number Diff line change
@@ -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.
Expand All @@ -19,6 +19,7 @@

#include <gtest/gtest.h>

#include <iomanip>
#include <sstream>

#include <olp/authentication/Crypto.h>
Expand Down

0 comments on commit cd01858

Please sign in to comment.