1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-17 08:01:36 +00:00
freebsd-ports/graphics/gsculpt/files/patch-src::PolylineTools::ToolPolyDraw.cpp
Maho Nakata c2d82a9ad6 Fix build on gcc-3.3.x
Submitted by:   Simon Barner <barner@in.tum.de>
2003-08-02 02:36:11 +00:00

12 lines
212 B
C++

--- ./src/PolylineTools/ToolPolyDraw.cpp.orig Mon Jul 21 19:13:35 2003
+++ ./src/PolylineTools/ToolPolyDraw.cpp Mon Jul 21 19:14:06 2003
@@ -27,7 +27,7 @@
#include "Point3.h"
-
+using std::ostrstream;