summaryrefslogtreecommitdiff
path: root/community/kicad/kicad-boost-polygon-declare-gtlsort-earlier.patch
blob: b0c992297fe738681b3d3ddbc2cb6dc0e1475242 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- include/boost/polygon/polygon.hpp.orig	2012-04-09 13:07:03.293907598 -0500
+++ include/boost/polygon/polygon.hpp	2012-04-09 13:07:43.759923812 -0500
@@ -24,6 +24,8 @@
 #include "transform.hpp"
 #include "detail/transform_detail.hpp"
 
+#include "detail/polygon_sort_adaptor.hpp"
+
 //interval
 #include "interval_data.hpp"
 #include "interval_traits.hpp"