Add a couple of missing header files (needed for cin /cout etc)
authorJohn Emmas <johne53@tiscali.co.uk>
Tue, 6 May 2014 08:16:59 +0000 (09:16 +0100)
committerJohn Emmas <johne53@tiscali.co.uk>
Tue, 6 May 2014 08:16:59 +0000 (09:16 +0100)
libs/backends/wavesaudio/wavesapi/devicemanager/WCMRAudioDeviceManager.cpp
libs/backends/wavesaudio/wavesapi/devicemanager/WCMRPortAudioDeviceManager.cpp

index 00ee1c247f8f6882ab152051ded83a13f57390f7..256dc6b4cf4ec1482071fdc17313ec111bb9cee0 100644 (file)
@@ -7,6 +7,7 @@
 //! WCMRAudioDeviceManager and related class declarations
 //!
 //---------------------------------------------------------------------------------*/
+#include <iostream>
 #include "WCMRAudioDeviceManager.h"
 
 
index 6095cd6a85ca0d7d0b2bba0a1a4e820706681806..6efc5c2ae4d0263b3319bc0125d143802ef97228 100644 (file)
@@ -10,6 +10,7 @@
 #include "WCMRPortAudioDeviceManager.h"
 #include "MiscUtils/safe_delete.h"
 #include "UMicroseconds.h"
+#include <iostream>
 #include <sstream>
 #include <algorithm>
 using namespace wvNS;