summaryrefslogtreecommitdiff
path: root/mail/ftrack/files/patch-hpp-ustr.hpp
blob: b189a97f2b7d952d0f8bd0638b166e7f8af0b7ae (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
--- 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