1
0
Fork 0
mirror of https://git.freebsd.org/ports.git synced 2025-07-16 00:39:15 -04:00
ports/math/surf/files/patch-misc::Misc.h
Maho Nakata 42121eca71 a) Fix build on gcc-3.3.x
b) Update to 1.0.4

Submitted by:	Simon Barner <barner@in.tum.de>
2003-08-02 02:21:02 +00:00

13 lines
228 B
C++

--- 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
{