mirror of
https://github.com/cookiengineer/audacity
synced 2025-05-02 16:49:41 +02:00
16 lines
583 B
Diff
16 lines
583 B
Diff
Index: soundtouch/source/example/SoundStretch/WavFile.cpp
|
|
===================================================================
|
|
RCS file: /cvsroot/audacity/lib-src/soundtouch/source/example/SoundStretch/WavFile.cpp,v
|
|
retrieving revision 1.3
|
|
diff -u -r1.3 WavFile.cpp
|
|
--- soundtouch/source/example/SoundStretch/WavFile.cpp 18 Sep 2006 07:31:48 -0000 1.3
|
|
+++ soundtouch/source/example/SoundStretch/WavFile.cpp 25 Jun 2008 19:56:13 -0000
|
|
@@ -48,6 +48,7 @@
|
|
#include <stdio.h>
|
|
#include <stdexcept>
|
|
#include <string>
|
|
+#include <cstring>
|
|
#include <assert.h>
|
|
#include <limits.h>
|
|
|