diff options
author | Remko Tronçon <git@el-tramo.be> | 2010-10-26 19:48:49 (GMT) |
---|---|---|
committer | Remko Tronçon <git@el-tramo.be> | 2010-10-26 19:59:21 (GMT) |
commit | 49e92fe3288bbc7cab365d9db1b9c0b0bde84afa (patch) | |
tree | 9f41b690125dd24def8b5037406bb5894b2fdad8 /Swiften/SASL | |
parent | cbe6eaf4be28a35a907a0d5c06406885437121ba (diff) | |
download | swift-49e92fe3288bbc7cab365d9db1b9c0b0bde84afa.zip swift-49e92fe3288bbc7cab365d9db1b9c0b0bde84afa.tar.bz2 |
Fix compliation problems with CLang.
Diffstat (limited to 'Swiften/SASL')
-rw-r--r-- | Swiften/SASL/UnitTest/PLAINClientAuthenticatorTest.cpp | 4 | ||||
-rw-r--r-- | Swiften/SASL/UnitTest/PLAINMessageTest.cpp | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/Swiften/SASL/UnitTest/PLAINClientAuthenticatorTest.cpp b/Swiften/SASL/UnitTest/PLAINClientAuthenticatorTest.cpp index 7784898..33914b2 100644 --- a/Swiften/SASL/UnitTest/PLAINClientAuthenticatorTest.cpp +++ b/Swiften/SASL/UnitTest/PLAINClientAuthenticatorTest.cpp @@ -4,11 +4,11 @@ * See Documentation/Licenses/GPLv3.txt for more information. */ +#include "Swiften/SASL/PLAINClientAuthenticator.h" + #include <cppunit/extensions/HelperMacros.h> #include <cppunit/extensions/TestFactoryRegistry.h> -#include "Swiften/SASL/PLAINClientAuthenticator.h" - using namespace Swift; class PLAINClientAuthenticatorTest : public CppUnit::TestFixture { diff --git a/Swiften/SASL/UnitTest/PLAINMessageTest.cpp b/Swiften/SASL/UnitTest/PLAINMessageTest.cpp index 6659ee4..142d09e 100644 --- a/Swiften/SASL/UnitTest/PLAINMessageTest.cpp +++ b/Swiften/SASL/UnitTest/PLAINMessageTest.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> |