diff options
Diffstat (limited to 'QA/Checker/IO.h')
-rw-r--r-- | QA/Checker/IO.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/QA/Checker/IO.h b/QA/Checker/IO.h index a369b56..2545d24 100644 --- a/QA/Checker/IO.h +++ b/QA/Checker/IO.h @@ -11,3 +11,5 @@ std::ostream& operator<<(std::ostream& os, const Swift::ByteArray& s); 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); |