diff examples/basic_FFT_phase_vocoder/render.cpp @ 379:24c3a0663d54 prerelease

Added Ne10 headers within include directory
author andrewm
date Sun, 12 Jun 2016 18:16:20 +0100
parents 3bed6b09223c
children
line wrap: on
line diff
--- a/examples/basic_FFT_phase_vocoder/render.cpp	Sun Jun 12 18:10:33 2016 +0100
+++ b/examples/basic_FFT_phase_vocoder/render.cpp	Sun Jun 12 18:16:20 2016 +0100
@@ -28,7 +28,7 @@
 
 #include <Bela.h>
 #include <rtdk.h>
-#include <NE10.h>					// NEON FFT library
+#include <ne10/NE10.h>					// NEON FFT library
 #include <cmath>
 #include "SampleData.h"
 #include <Midi.h>