1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-16 03:24:07 +00:00
freebsd-ports/mail/ftrack/files/patch-hpp-ustr.hpp
Max Khon 4095d64e48 - Unbreak on RELENG_5/6
- Remove dependency on gcc 2.95 assuming that support for gcc 2.7.2
is dropped long time ago
- Bump PORTREVISION

Approved by:	portmgr, MAINTAINER
2005-08-19 13:01:21 +00:00

21 lines
311 B
C++

--- hpp/ustr.hpp.orig Fri Aug 19 17:22:08 2005
+++ hpp/ustr.hpp Fri Aug 19 17:22:52 2005
@@ -24,7 +24,9 @@
#include <stddef.h>
#include <ctype.h>
-#include <iostream.h>
+#include <iostream>
+
+using namespace std;
class Str {
private:
@@ -81,4 +83,4 @@
-#endif
\ No newline at end of file
+#endif