mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-16 03:24:07 +00:00
4095d64e48
- 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
21 lines
311 B
C++
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
|