summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'QA/Checker/IO.h')
-rw-r--r--QA/Checker/IO.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/QA/Checker/IO.h b/QA/Checker/IO.h
index 2545d24..3e40f7e 100644
--- a/QA/Checker/IO.h
+++ b/QA/Checker/IO.h
@@ -10,6 +10,7 @@
#include <Swiften/Base/SafeByteArray.h>
std::ostream& operator<<(std::ostream& os, const Swift::ByteArray& s);
+bool operator==(const Swift::ByteArray& a, const Swift::ByteArray& b);
std::ostream& operator<<(std::ostream& os, const Swift::SafeByteArray& s);
std::ostream& operator<<(std::ostream& os, const std::vector<int>& s);
std::ostream& operator<<(std::ostream& os, const std::vector<size_t>& s);