summaryrefslogtreecommitdiff
path: root/audio/fcplay/files/patch-Dump.h
blob: c440a1442bf964c4ac1400e24d72e51ff9ebefee (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- Dump.h.orig	1997-03-03 21:47:00 UTC
+++ Dump.h
@@ -2,8 +2,9 @@
 #define DUMP_H
 
 
-#include <iostream.h>
-#include <iomanip.h>
+#include <iostream>
+#include <iomanip>
+using namespace std;
 
 #include "MyTypes.h"
 #include "SmartPtr.h"