diff options
Diffstat (limited to 'Swiften/QA')
-rw-r--r-- | Swiften/QA/TLSTest/CertificateTest.cpp | 2 | ||||
-rw-r--r-- | Swiften/QA/TLSTest/SConscript | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/Swiften/QA/TLSTest/CertificateTest.cpp b/Swiften/QA/TLSTest/CertificateTest.cpp index 86e9568..769272b 100644 --- a/Swiften/QA/TLSTest/CertificateTest.cpp +++ b/Swiften/QA/TLSTest/CertificateTest.cpp @@ -4,6 +4,8 @@ * See Documentation/Licenses/GPLv3.txt for more information. */ +#include <Swiften/Base/ByteArray.h> + #include <cppunit/extensions/HelperMacros.h> #include <cppunit/extensions/TestFactoryRegistry.h> #include <boost/bind.hpp> diff --git a/Swiften/QA/TLSTest/SConscript b/Swiften/QA/TLSTest/SConscript index 034336e..14e2de0 100644 --- a/Swiften/QA/TLSTest/SConscript +++ b/Swiften/QA/TLSTest/SConscript @@ -13,6 +13,7 @@ if env["TEST"] : if myenv.get("HAVE_OPENSSL") : myenv.MergeFlags(myenv["OPENSSL_FLAGS"]) myenv.Append(CPPDEFINES = ["HAVE_OPENSSL"]) + myenv.MergeFlags(myenv["PLATFORM_FLAGS"]) tester = myenv.Program("TLSTest", [ "CertificateTest.cpp", |