summaryrefslogtreecommitdiff
path: root/math/surf/files/patch-misc::Misc.h
diff options
context:
space:
mode:
Diffstat (limited to 'math/surf/files/patch-misc::Misc.h')
-rw-r--r--math/surf/files/patch-misc::Misc.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/math/surf/files/patch-misc::Misc.h b/math/surf/files/patch-misc::Misc.h
new file mode 100644
index 000000000000..60b3963565c1
--- /dev/null
+++ b/math/surf/files/patch-misc::Misc.h
@@ -0,0 +1,13 @@
+--- misc/Misc.h.orig Tue Jul 22 16:14:35 2003
++++ misc/Misc.h Tue Jul 22 16:14:59 2003
+@@ -26,7 +26,9 @@
+ #ifndef MISC_H
+ #define MISC_H
+
+-#include <strstream.h>
++#include <strstream>
++
++using std::ostrstream;
+
+ class Misc
+ {