From e936d3c13a5c184475980e9ea5d036f45df92dd8 Mon Sep 17 00:00:00 2001 From: jean-pierre charras Date: Sun, 3 Jun 2012 19:41:49 +0200 Subject: [PATCH] Appying lajos' patch to boost 1.49 --- include/boost/polygon/polygon.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/include/boost/polygon/polygon.hpp b/include/boost/polygon/polygon.hpp index 4c3e43a5eb..bd8e8d5a38 100644 --- a/include/boost/polygon/polygon.hpp +++ b/include/boost/polygon/polygon.hpp @@ -23,6 +23,7 @@ #include "transform.hpp" #include "detail/transform_detail.hpp" +#include "detail/polygon_sort_adaptor.hpp" //interval #include "interval_data.hpp"