1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00
freebsd-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

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