diff host/vamp-simple-host.cpp @ 130:44e6b94c2696

* patch from Tim Blechmann for gcc-4.3 compile
author cannam
date Tue, 11 Mar 2008 09:22:53 +0000
parents 9830daccee4b
children 31eda4b11f2b
line wrap: on
line diff
--- a/host/vamp-simple-host.cpp	Thu Feb 28 14:51:35 2008 +0000
+++ b/host/vamp-simple-host.cpp	Tue Mar 11 09:22:53 2008 +0000
@@ -46,6 +46,9 @@
 #include <set>
 #include <sndfile.h>
 
+#include <cstring>
+#include <cstdlib>
+
 #include "system.h"
 
 #include <cmath>