From d3d8ceb45d5d91cd488e5a76ffecd270ef3899bd Mon Sep 17 00:00:00 2001 From: richardash1981 Date: Fri, 27 Jun 2008 15:04:31 +0000 Subject: [PATCH] Add a missing C++ standard library include. Needed to compile using GCC 4.3.1 and non-GCC C++ compilers where the standard library headers don't include each other. --- source/example/SoundStretch/WavFile.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/source/example/SoundStretch/WavFile.cpp b/source/example/SoundStretch/WavFile.cpp index 2b75a82..0481627 100644 --- a/source/example/SoundStretch/WavFile.cpp +++ b/source/example/SoundStretch/WavFile.cpp @@ -48,6 +48,7 @@ #include #include #include +#include #include #include