commit | 0d95b8c4e1d5be3ae4cc3fe5823cddbb91dbc2ec | [log] [tgz] |
---|---|---|
author | Tobias Mayer <tobim@fastmail.fm> | Fri Mar 10 09:02:38 2023 +0100 |
committer | Jens Geyer <Jens-G@users.noreply.github.com> | Sat Mar 18 00:00:30 2023 +0100 |
tree | 8e2640afd4a78df45a048110c033c22a955d14a2 | |
parent | ae3e96bd33777e75e92f8947d51240fae5beeaa8 [diff] [blame] |
Add missing include for the security tests
diff --git a/lib/cpp/test/SecurityFromBufferTest.cpp b/lib/cpp/test/SecurityFromBufferTest.cpp index 194e67f..5fba5ee 100644 --- a/lib/cpp/test/SecurityFromBufferTest.cpp +++ b/lib/cpp/test/SecurityFromBufferTest.cpp
@@ -26,6 +26,7 @@ #include <stdexcept> #include <fstream> #include <memory> +#include <openssl/opensslv.h> #include <thrift/transport/TSSLServerSocket.h> #include <thrift/transport/TSSLSocket.h> #include <thrift/transport/TTransport.h>