freebsd-ports/graphics/gsculpt/files/patch-src::Tools::Toolset.h
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
233 B
C++

--- ./src/Tools/Toolset.h.orig Mon Jul 21 16:35:45 2003
+++ ./src/Tools/Toolset.h Mon Jul 21 16:36:04 2003
@@ -18,7 +18,8 @@
#include "CadView.h"
#include "Toolbox.h"
-
+using std::string;
+using std::vector;
class Toolset
{