fix endless-loop-at-shutdown bug now that abstract UI request buffers are used
[ardour.git] / libs / pbd / textreceiver.cc
index 43620e98303aeea9c9767ccb7ec5999d31f0deb0..3d9ce0f4a27f786ab9d03e0ae6a997d40300ab21 100644 (file)
@@ -1,5 +1,5 @@
 /*
-    Copyright (C) 1998-99 Paul Barton-Davis 
+    Copyright (C) 1998-99 Paul Barton-Davis
 
     This program is free software; you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
@@ -21,7 +21,9 @@
 #include <iostream>
 #include <cstdlib>
 
-#include <pbd/textreceiver.h>
+#include "pbd/textreceiver.h"
+
+using namespace std;
 
 TextReceiver::TextReceiver (const string &n)
 
@@ -56,7 +58,7 @@ TextReceiver::receive (Transmitter::Channel chn, const char *str)
        /* note: iostreams are already thread-safe: no external
           lock required.
        */
-       
+
        cout << name << prefix << str << endl;
 
        if (chn == Transmitter::Fatal) {