summarylogtreecommitdiffstats
path: root/rtAudio.patch
blob: 3150088e0c964a25d061a58c3474c0d75d76af20 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- ofRtAudioSoundStream.cpp	2016-03-09 17:40:44.000000000 +0100
+++ ofRtAudioSoundStream.cpp.fixed	2016-04-29 18:06:13.321128680 +0200
@@ -5,7 +5,7 @@
 #include "ofSoundStream.h"
 #include "ofMath.h"
 #include "ofUtils.h"
-#include "RtAudio.h"
+#include "rtaudio/RtAudio.h"
 
 
 //------------------------------------------------------------------------------