diff vamp-sdk/PluginAdapter.cpp @ 130:44e6b94c2696

* patch from Tim Blechmann for gcc-4.3 compile
author cannam
date Tue, 11 Mar 2008 09:22:53 +0000
parents 1e7ab0399852
children 31eda4b11f2b
line wrap: on
line diff
--- a/vamp-sdk/PluginAdapter.cpp	Thu Feb 28 14:51:35 2008 +0000
+++ b/vamp-sdk/PluginAdapter.cpp	Tue Mar 11 09:22:53 2008 +0000
@@ -36,9 +36,11 @@
 
 #include "PluginAdapter.h"
 
+#include <cstring>
+#include <cstdlib>
+
 //#define DEBUG_PLUGIN_ADAPTER 1
 
-
 namespace Vamp {
 
 class PluginAdapterBase::Impl