Add a couple of missing header files (needed for cin /cout etc)

This commit is contained in:
John Emmas 2014-05-06 09:16:59 +01:00
parent 9af09e5769
commit 0277c8c8d1
2 changed files with 2 additions and 0 deletions

View file

@ -7,6 +7,7 @@
//! WCMRAudioDeviceManager and related class declarations
//!
//---------------------------------------------------------------------------------*/
#include <iostream>
#include "WCMRAudioDeviceManager.h"