diff options
author | Maho Nakata <maho@FreeBSD.org> | 2003-08-02 02:21:02 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2003-08-02 02:21:02 +0000 |
commit | 42121eca71f5f94980bbf2d564577b18a9d5f993 (patch) | |
tree | 03c8a51842bc62cacbd130811dacfe036403f3bf /math/surf/files/patch-misc::Misc.h | |
parent | Fix build on gcc-3.3.x (diff) |
a) Fix build on gcc-3.3.x
b) Update to 1.0.4
Submitted by: Simon Barner <barner@in.tum.de>
Notes
Notes:
svn path=/head/; revision=86170
Diffstat (limited to 'math/surf/files/patch-misc::Misc.h')
-rw-r--r-- | math/surf/files/patch-misc::Misc.h | 13 |
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 + { |