tag 672727 patch upstream
thanks

On Sun, May 13, 2012 at 11:34:20AM +0200, Samuel Thibault wrote:
> kicad currently FTBFS in sid:
>
> /tmp/buildd/kicad-0.20120126+bzr3256/include/boost/polygon/polygon_90_set_data.hpp:299:9:
>  error: 'gtlsort' was not declared in this scope, and no declarations were 
> found by argument-dependent lookup at the point of instantiation 
> [-fpermissive]

Patch below.

Cheers,

Matej
--- kicad-0.20120126+bzr3256/include/boost/polygon/polygon_90_set_data.hpp
+++ kicad-0.20120126+bzr3256.mv/include/boost/polygon/polygon_90_set_data.hpp
@@ -16,6 +16,7 @@
 #include "detail/iterator_points_to_compact.hpp"
 #include "detail/iterator_compact_to_points.hpp"
 #include "polygon_traits.hpp"
+#include "detail/polygon_sort_adaptor.hpp"
 
 //manhattan boolean algorithms
 #include "detail/boolean_op.hpp"

Reply via email to