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 committed by Paul Davis
parent 816c296754
commit 216d8d5a00
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"