Add some more missing #includes
authorJohn Emmas <johne53@tiscali.co.uk>
Tue, 6 May 2014 16:00:35 +0000 (17:00 +0100)
committerJohn Emmas <johne53@tiscali.co.uk>
Tue, 6 May 2014 16:00:35 +0000 (17:00 +0100)
libs/backends/wavesaudio/waves_dataport.cc
libs/backends/wavesaudio/waves_midi_device.cc
libs/backends/wavesaudio/wavesapi/devicemanager/WCMRNativeAudio.cpp

index f97bd978462c1df3645dbb636231138f4f502bbd..9e68dd1a9b82fbcf0fe6ff038342c17da0f99ada 100644 (file)
@@ -17,6 +17,7 @@
 
 */
 
+#include <iostream>
 #include "waves_dataport.h"
 
 using namespace ARDOUR;
index 0f84c6d26249f1d39652e1d3c5f1a0b19ffdcc99..4adaf09449c398d887b8204d04dc4dc24bdcdefc 100644 (file)
@@ -17,6 +17,7 @@
 
 */
 
+#include <iostream>
 #include "waves_midi_device.h"
 #include "waves_midi_event.h"
 
index 642ea22de1f55b6304d4fbe51e8494184557063f..889defe0ad7dad2faa664c8a993aad54a20fdeee 100644 (file)
@@ -14,6 +14,7 @@
 #include "WCMRNativeAudio.h"
 #include "MiscUtils/pthread_utils.h"
 #include "MiscUtils/safe_delete.h"
+#include <iostream>
 #include <sstream>
 #include <boost/assign/list_of.hpp>