blob: ee6c8486fdaff98cbc1209f486717ba8873e8768 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
$FreeBSD$
--- 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
|