soundtouch/soundtouch-gcc43-fix.diff

11 lines
297 B
Diff
Raw Normal View History

--- source/example/SoundStretch/WavFile.cpp-dist 2007-11-22 13:08:06.000000000 +0100
+++ source/example/SoundStretch/WavFile.cpp 2007-11-22 13:08:17.000000000 +0100
@@ -50,6 +50,7 @@
#include <string>
#include <assert.h>
#include <limits.h>
+#include <cstring>
#include "WavFile.h"