summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'QA/Checker/IO.h')
-rw-r--r--QA/Checker/IO.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/QA/Checker/IO.h b/QA/Checker/IO.h
new file mode 100644
index 0000000..5eb61d8
--- /dev/null
+++ b/QA/Checker/IO.h
@@ -0,0 +1,11 @@
+/*
+ * Copyright (c) 2010 Remko Tronçon
+ * Licensed under the GNU General Public License v3.
+ * See Documentation/Licenses/GPLv3.txt for more information.
+ */
+
+#pragma once
+
+#include <Swiften/Base/ByteArray.h>
+
+std::ostream& operator<<(std::ostream& os, const Swift::ByteArray& s);