diff options
Diffstat (limited to 'graphics/gsculpt/files/patch-src::Patch::Patch.h')
-rw-r--r-- | graphics/gsculpt/files/patch-src::Patch::Patch.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/gsculpt/files/patch-src::Patch::Patch.h b/graphics/gsculpt/files/patch-src::Patch::Patch.h new file mode 100644 index 000000000000..8ce79f8fc67b --- /dev/null +++ b/graphics/gsculpt/files/patch-src::Patch::Patch.h @@ -0,0 +1,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, |