From 216d8d5a0029ae079f439f9510d20f966d2f9301 Mon Sep 17 00:00:00 2001 From: John Emmas Date: Tue, 6 May 2014 09:16:59 +0100 Subject: [PATCH] Add a couple of missing header files (needed for cin /cout etc) --- .../wavesaudio/wavesapi/devicemanager/WCMRAudioDeviceManager.cpp | 1 + .../wavesapi/devicemanager/WCMRPortAudioDeviceManager.cpp | 1 + 2 files changed, 2 insertions(+) diff --git a/libs/backends/wavesaudio/wavesapi/devicemanager/WCMRAudioDeviceManager.cpp b/libs/backends/wavesaudio/wavesapi/devicemanager/WCMRAudioDeviceManager.cpp index 6565237215..51f8a0d5e9 100644 --- a/libs/backends/wavesaudio/wavesapi/devicemanager/WCMRAudioDeviceManager.cpp +++ b/libs/backends/wavesaudio/wavesapi/devicemanager/WCMRAudioDeviceManager.cpp @@ -7,6 +7,7 @@ //! WCMRAudioDeviceManager and related class declarations //! //---------------------------------------------------------------------------------*/ +#include #include "WCMRAudioDeviceManager.h" diff --git a/libs/backends/wavesaudio/wavesapi/devicemanager/WCMRPortAudioDeviceManager.cpp b/libs/backends/wavesaudio/wavesapi/devicemanager/WCMRPortAudioDeviceManager.cpp index 945faee2f8..9494762590 100644 --- a/libs/backends/wavesaudio/wavesapi/devicemanager/WCMRPortAudioDeviceManager.cpp +++ b/libs/backends/wavesaudio/wavesapi/devicemanager/WCMRPortAudioDeviceManager.cpp @@ -10,6 +10,7 @@ #include "WCMRPortAudioDeviceManager.h" #include "MiscUtils/safe_delete.h" #include "UMicroseconds.h" +#include #include #include using namespace wvNS;