freebsd-ports/math/surf/files/patch-gtkgui::Requester.cc
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

11 lines
239 B
C++

--- gtkgui/Requester.cc.orig Tue Jul 22 16:23:45 2003
+++ gtkgui/Requester.cc Tue Jul 22 16:24:01 2003
@@ -25,7 +25,7 @@
#include <assert.h>
#include <iostream.h>
-#include <strstream.h>
+#include <strstream>
#include <gtk/gtk.h>