aboutsummaryrefslogtreecommitdiff
path: root/graphics/gsculpt/files/patch-src::Tools::Toolset.h
blob: 709d10b6d9cf56f5c35359fe206d3f82aa0fc96b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
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
 {