cheesetracker (0.9.15.3-4) common/plugins/effects/ladspa/ladspa_effect.h

Summary

 common/plugins/effects/ladspa/ladspa_effect.h |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

    
download this patch

Patch contents

--- cheesetracker-0.9.15.3.orig/common/plugins/effects/ladspa/ladspa_effect.h
+++ cheesetracker-0.9.15.3/common/plugins/effects/ladspa/ladspa_effect.h
@@ -18,8 +18,9 @@
 
 #include "common/plugins/effects/ladspa/ladspa.h"
 #include "components/audio/effect.h"
+#include <string.h>
 #include <vector>
-	using std::vector;
+using std::vector;
 
 /**
 @author Juan Linietsky