summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemko Tronçon <git@el-tramo.be>2011-01-27 21:24:16 (GMT)
committerRemko Tronçon <git@el-tramo.be>2011-01-27 21:24:16 (GMT)
commit3a2277f5116cbf1ca3bc87ccb45eec5a9f2c80b4 (patch)
tree02c6252e5ed30a82ff3010cbb527436a29a6ad50 /Swiften/QA/TLSTest/CertificateTest.cpp
parent33f5d90fcf54917e365d9ad4357929a91c31f701 (diff)
downloadswift-3a2277f5116cbf1ca3bc87ccb45eec5a9f2c80b4.zip
swift-3a2277f5116cbf1ca3bc87ccb45eec5a9f2c80b4.tar.bz2
Fixed CLang warnings.
Diffstat (limited to 'Swiften/QA/TLSTest/CertificateTest.cpp')
-rw-r--r--Swiften/QA/TLSTest/CertificateTest.cpp2
1 files changed, 2 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>