summaryrefslogtreecommitdiffstats
path: root/graphics/gsculpt/files/patch-src::Patch::Patch.h
blob: 8ce79f8fc67b1285f2557e4d9170f18b94567c85 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- ./src/Patch/Patch.h.orig    Mon Jul 21 16:20:46 2003
+++ ./src/Patch/Patch.h Mon Jul 21 16:27:54 2003
@@ -7,6 +7,8 @@
 
 #include <vector>
 
+using std::vector;
+
 //generates the indices of the vertices which make up quadrilateral faces, which
 //form a rectangular patch
 void patchGenerateQuadList(vector<int>& quads, int widthFaces, int heightFaces,