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/SecurityTest.cpp b/lib/cpp/test/SecurityTest.cpp index df0cdaf..ab3d99b 100644 --- a/lib/cpp/test/SecurityTest.cpp +++ b/lib/cpp/test/SecurityTest.cpp
@@ -24,6 +24,7 @@ #include <boost/format.hpp> #include <boost/thread.hpp> #include <memory> +#include <openssl/opensslv.h> #include <thrift/transport/TSSLServerSocket.h> #include <thrift/transport/TSSLSocket.h> #include <thrift/transport/TTransport.h>