summaryrefslogtreecommitdiff
path: root/libs/backends/wavesaudio/wavesapi
diff options
context:
space:
mode:
authorJohn Emmas <johne53@tiscali.co.uk>2014-05-06 17:00:35 +0100
committerJohn Emmas <johne53@tiscali.co.uk>2014-05-06 17:00:35 +0100
commitad40a9008b8518aeb58ede10bda4148fa904cec9 (patch)
treec55ad7bedc3d01ca4c0406fc7c17b3e6b3ce8396 /libs/backends/wavesaudio/wavesapi
parent18245b06d03fea322b0d7665e7eb9fc028b92d41 (diff)
Add some more missing #includes
Diffstat (limited to 'libs/backends/wavesaudio/wavesapi')
-rw-r--r--libs/backends/wavesaudio/wavesapi/devicemanager/WCMRNativeAudio.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/backends/wavesaudio/wavesapi/devicemanager/WCMRNativeAudio.cpp b/libs/backends/wavesaudio/wavesapi/devicemanager/WCMRNativeAudio.cpp
index 642ea22de1..889defe0ad 100644
--- a/libs/backends/wavesaudio/wavesapi/devicemanager/WCMRNativeAudio.cpp
+++ b/libs/backends/wavesaudio/wavesapi/devicemanager/WCMRNativeAudio.cpp
@@ -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>