X-Git-Url: http://git.code-monkey.de/?p=pulseview.git;a=blobdiff_plain;f=test%2Ftest.cpp;h=1f078ab4f8a3104a1a118caabe8027fcdd2961cc;hp=2d67f2935e2bf48e3cc4b9c83208ec374bac168d;hb=b9591f3a680dd35b7af2fb482a136b1bd494c6e4;hpb=c677193dc6e691493081fe87476a04e1674093a5 diff --git a/test/test.cpp b/test/test.cpp index 2d67f29..1f078ab 100644 --- a/test/test.cpp +++ b/test/test.cpp @@ -14,15 +14,16 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + * along with this program; if not, see . */ #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(); }