diff options
author | Michael Vetter <jubalh@openmailbox.org> | 2016-07-27 11:48:47 (GMT) |
---|---|---|
committer | Tobias Markmann <tm@ayena.de> | 2016-07-27 12:56:13 (GMT) |
commit | 4cd5e0ed1f7f7eb5783b301117e8475a88e6a60a (patch) | |
tree | dfd5c0cf5e098a04d11781649a60469bdbd7b85a /Swiften/Parser/PayloadParsers/UnitTest | |
parent | a6779d865fe268f3e9101951842767ea360da236 (diff) | |
download | swift-4cd5e0ed1f7f7eb5783b301117e8475a88e6a60a.zip swift-4cd5e0ed1f7f7eb5783b301117e8475a88e6a60a.tar.bz2 |
Include missing cassert
Test-Information:
Build successfully on openSUSE Leap 41.2
License:
This patch is BSD-licensed, see
Documentation/Licenses/BSD-simplified.txt for details.
Change-Id: I9bd96e99e166ae02e1c2f1a8481d61c57edbbe71
Diffstat (limited to 'Swiften/Parser/PayloadParsers/UnitTest')
-rw-r--r-- | Swiften/Parser/PayloadParsers/UnitTest/PayloadsParserTester.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Swiften/Parser/PayloadParsers/UnitTest/PayloadsParserTester.h b/Swiften/Parser/PayloadParsers/UnitTest/PayloadsParserTester.h index 89b990c..2c1ff8e 100644 --- a/Swiften/Parser/PayloadParsers/UnitTest/PayloadsParserTester.h +++ b/Swiften/Parser/PayloadParsers/UnitTest/PayloadsParserTester.h @@ -6,6 +6,8 @@ #pragma once +#include <cassert> + #include <Swiften/Elements/Payload.h> #include <Swiften/Parser/PayloadParser.h> #include <Swiften/Parser/PayloadParsers/FullPayloadParserFactoryCollection.h> |