Optimize automation-event process splitting
[ardour.git] / libs / pbd / textreceiver.cc
index 2cd1cf3712a2746578a02a562b8dd1c3ae968db3..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
@@ -23,6 +23,8 @@
 
 #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) {