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

@@ -10,6 +10,7 @@
#include "WCMRPortAudioDeviceManager.h"
#include "MiscUtils/safe_delete.h"
#include "UMicroseconds.h"
#include <iostream>
#include <sstream>
#include <algorithm>
using namespace wvNS;