summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'QA/Checker/IO.h')
-rw-r--r--QA/Checker/IO.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/QA/Checker/IO.h b/QA/Checker/IO.h
index 5eb61d8..a369b56 100644
--- a/QA/Checker/IO.h
+++ b/QA/Checker/IO.h
@@ -7,5 +7,7 @@
#pragma once
#include <Swiften/Base/ByteArray.h>
+#include <Swiften/Base/SafeByteArray.h>
std::ostream& operator<<(std::ostream& os, const Swift::ByteArray& s);
+std::ostream& operator<<(std::ostream& os, const Swift::SafeByteArray& s);