freebsd-ports/audio/fcplay/files/patch-Dump.h
Anders Nordby ee5a26a838 C++ fixes to make fcplay build with GCC 3.2+.
Require GCC 3.2+.

Obtained from:	xmms-fc CVS
2006-06-06 19:42:56 +00:00

14 lines
268 B
C

--- Dump.h.orig Mon Mar 3 22:47:00 1997
+++ Dump.h Tue Jun 6 20:05:48 2006
@@ -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"