X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=test%2Ftest.cpp;h=1f078ab4f8a3104a1a118caabe8027fcdd2961cc;hp=8fd2e65fad420a0fcccc1ee7414b5c46aad03a1e;hb=79b53a1ae4a451ef60c18dff9957d311ab90c396;hpb=efdec55aec1a137460fa362a381ed1904182bfed diff --git a/test/test.cpp b/test/test.cpp index 8fd2e65f..1f078ab4 100644 --- a/test/test.cpp +++ b/test/test.cpp @@ -18,10 +18,12 @@ */ #define BOOST_TEST_MAIN -#include #include "test/test.hpp" +#include + +using std::ostream; -std::ostream& operator<<(std::ostream& stream, const QString& str) +ostream& operator<<(ostream& stream, const QString& str) { return stream << str.toUtf8().data(); }