Skip to content

Commit

Permalink
Add missing include for the security tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tobim authored and Jens-G committed Mar 17, 2023
1 parent ae3e96b commit 0d95b8c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions lib/cpp/test/SecurityFromBufferTest.cpp
Expand Up @@ -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>
Expand Down
1 change: 1 addition & 0 deletions lib/cpp/test/SecurityTest.cpp
Expand Up @@ -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>
Expand Down

0 comments on commit 0d95b8c

Please sign in to comment.