kicad (0.20120526+bzr3261-1) gcc-4.7.patch

Summary

 include/boost/polygon/polygon_90_set_data.hpp |    1 +
 1 file changed, 1 insertion(+)

    
download this patch

Patch contents

Description: Fix build failure with GCC 4.7
 - include/boost/polygon/polygon_90_set_data.hpp: Include
   "detail/polygon_sort_adaptor.hpp" for gtlsort.
Bug-Debian: http://bugs.debian.org/672727
Author: Matej Vela <vela@debian.org>
Last-Update: 2012-05-17

--- kicad-0.20120126+bzr3256~/include/boost/polygon/polygon_90_set_data.hpp
+++ kicad-0.20120126+bzr3256/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"