16 lines
390 B
Plaintext
16 lines
390 B
Plaintext
$NetBSD: patch-af,v 1.2 2011/11/23 08:20:38 marino Exp $
|
|
|
|
--- SpiralSound/SpiralInfo.h.orig 2001-04-19 20:48:12.000000000 +0000
|
|
+++ SpiralSound/SpiralInfo.h
|
|
@@ -16,7 +16,9 @@
|
|
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
|
*/
|
|
|
|
-#include <iostream.h>
|
|
+using namespace std;
|
|
+
|
|
+#include <iostream>
|
|
#include <string>
|
|
#include <stdlib.h>
|
|
#include "Sample.h"
|