X-Git-Url: http://sigrok.org/gitweb/?a=blobdiff_plain;f=test%2Ftest.hpp;h=41e96accdfa49ad12d4f9dfb11b67e906f163686;hb=136b891e7b6b7b1e90095c3622d8cbd19a3ab3a4;hp=119f5ab88a83001fabef311a6ba86614ae2cad77;hpb=efdec55aec1a137460fa362a381ed1904182bfed;p=pulseview.git diff --git a/test/test.hpp b/test/test.hpp index 119f5ab8..41e96acc 100644 --- a/test/test.hpp +++ b/test/test.hpp @@ -22,6 +22,8 @@ #include -std::ostream& operator<<(std::ostream& stream, const QString& str); +using std::ostream; -#endif +ostream& operator<<(ostream& stream, const QString& str); + +#endif // PULSEVIEW_TEST_TEST_HPP