summaryrefslogtreecommitdiff
blob: 524b0bd746af4c758ec85f8b7a737dc88ca36d76 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
Index: sndpeek-1.4/src/marsyas/LPC.cpp
===================================================================
--- sndpeek-1.4.orig/src/marsyas/LPC.cpp
+++ sndpeek-1.4/src/marsyas/LPC.cpp
@@ -26,6 +26,7 @@ in Speech Recognition research.
 */
 
 
+#include <cstdlib>
 #include "LPC.h"
 
 LPC::LPC( unsigned int inSize )