summaryrefslogtreecommitdiffstats
path: root/graphics/gsculpt/files/patch-src::Tools::Toolset.h
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/gsculpt/files/patch-src::Tools::Toolset.h')
-rw-r--r--graphics/gsculpt/files/patch-src::Tools::Toolset.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/graphics/gsculpt/files/patch-src::Tools::Toolset.h b/graphics/gsculpt/files/patch-src::Tools::Toolset.h
new file mode 100644
index 000000000..709d10b6d
--- /dev/null
+++ b/graphics/gsculpt/files/patch-src::Tools::Toolset.h
@@ -0,0 +1,12 @@
+--- ./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
+ {