From b3f515b5066e90ae8a828e03ed2b26bdff8029c3 Mon Sep 17 00:00:00 2001 From: John Glover Date: Sun, 14 Oct 2012 21:23:40 +0200 Subject: Add some includes that were needed to get simpl to build on CentOS 6.3 (thanks to Ryan Wessels for pointing this out). --- src/sndobj/FFT.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/sndobj') diff --git a/src/sndobj/FFT.cpp b/src/sndobj/FFT.cpp index eda4847..666fe88 100644 --- a/src/sndobj/FFT.cpp +++ b/src/sndobj/FFT.cpp @@ -24,6 +24,7 @@ // short-time fast fourier transform // Victor Lazzarini, 2003 ///////////////////////////////////////////////// +#include "stdlib.h" #include "FFT.h" FFT::FFT(){ -- cgit v1.2.3