aboutsummaryrefslogtreecommitdiff
path: root/cad/kicad/files/patch-common_gr_basic.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cad/kicad/files/patch-common_gr_basic.cpp')
-rw-r--r--cad/kicad/files/patch-common_gr_basic.cpp11
1 files changed, 11 insertions, 0 deletions
diff --git a/cad/kicad/files/patch-common_gr_basic.cpp b/cad/kicad/files/patch-common_gr_basic.cpp
new file mode 100644
index 000000000000..d6789d31e820
--- /dev/null
+++ b/cad/kicad/files/patch-common_gr_basic.cpp
@@ -0,0 +1,11 @@
+--- common/gr_basic.cpp.orig 2013-03-09 21:07:56.000000000 +0100
++++ common/gr_basic.cpp 2014-05-01 18:03:48.000000000 +0200
+@@ -1390,7 +1390,7 @@
+ }
+
+ // A clip box exists: clip and draw the polygon.
+- static vector<wxPoint> clippedPolygon;
++ static std::__1::vector<wxPoint> clippedPolygon;
+ static pointVector inputPolygon, outputPolygon;
+
+ inputPolygon.clear();