From 0d95b8c4e1d5be3ae4cc3fe5823cddbb91dbc2ec Mon Sep 17 00:00:00 2001 From: Tobias Mayer Date: Fri, 10 Mar 2023 09:02:38 +0100 Subject: [PATCH] Add missing include for the security tests --- lib/cpp/test/SecurityFromBufferTest.cpp | 1 + lib/cpp/test/SecurityTest.cpp | 1 + 2 files changed, 2 insertions(+) diff --git a/lib/cpp/test/SecurityFromBufferTest.cpp b/lib/cpp/test/SecurityFromBufferTest.cpp index 194e67fdd56..5fba5ee90d8 100644 --- a/lib/cpp/test/SecurityFromBufferTest.cpp +++ b/lib/cpp/test/SecurityFromBufferTest.cpp @@ -26,6 +26,7 @@ #include #include #include +#include #include #include #include diff --git a/lib/cpp/test/SecurityTest.cpp b/lib/cpp/test/SecurityTest.cpp index df0cdaf7686..ab3d99b2b6e 100644 --- a/lib/cpp/test/SecurityTest.cpp +++ b/lib/cpp/test/SecurityTest.cpp @@ -24,6 +24,7 @@ #include #include #include +#include #include #include #include