diff options
Diffstat (limited to 'src/sound/WAVAudioFile.cpp')
-rw-r--r-- | src/sound/WAVAudioFile.cpp | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/src/sound/WAVAudioFile.cpp b/src/sound/WAVAudioFile.cpp index 4e3b3bd..1874e19 100644 --- a/src/sound/WAVAudioFile.cpp +++ b/src/sound/WAVAudioFile.cpp @@ -19,16 +19,11 @@ COPYING included with this distribution for more information. */ +#include <sstream> + #include "WAVAudioFile.h" #include "RealTime.h" -#if (__GNUC__ < 3) -#include <strstream> -#define stringstream strstream -#else -#include <sstream> -#endif - using std::cout; using std::cerr; using std::endl; |