summaryrefslogtreecommitdiff
path: root/graphics/gsculpt/files/patch-src::Tools::ToolGroup.h
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/gsculpt/files/patch-src::Tools::ToolGroup.h')
-rw-r--r--graphics/gsculpt/files/patch-src::Tools::ToolGroup.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/graphics/gsculpt/files/patch-src::Tools::ToolGroup.h b/graphics/gsculpt/files/patch-src::Tools::ToolGroup.h
new file mode 100644
index 000000000000..b75f2d3f945a
--- /dev/null
+++ b/graphics/gsculpt/files/patch-src::Tools::ToolGroup.h
@@ -0,0 +1,12 @@
+--- ./src/Tools/ToolGroup.h.orig Mon Jul 21 18:34:42 2003
++++ ./src/Tools/ToolGroup.h Mon Jul 21 18:34:57 2003
+@@ -13,7 +13,8 @@
+
+ #include "GridLayout.h"
+
+-
++using std::vector;
++using std::string;
+
+ class ToolGroup
+ {