SHA256
1
0
forked from pool/soundtouch
soundtouch/soundtouch-gcc43-fix.diff

11 lines
297 B
Diff

--- 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"