blob: 28c38ea9a6c8e94f26748ba2c1394c18bf10efc0 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
--- SpiralSound/RiffWav.h.orig Sun Nov 26 15:52:45 2000
+++ SpiralSound/RiffWav.h Mon Feb 9 12:05:58 2004
@@ -17,6 +17,7 @@
*/
#include <string>
+using namespace std;
#ifndef WAVFILE
#define WAVFILE
|