This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
=== modified file 'include/boost/polygon/polygon.hpp' | |
--- include/boost/polygon/polygon.hpp 2012-05-16 01:42:04 +0000 | |
+++ include/boost/polygon/polygon.hpp 2012-05-21 06:11:22 +0000 | |
@@ -23,6 +23,7 @@ | |
#include "transform.hpp" | |
#include "detail/transform_detail.hpp" | |
+#include "detail/polygon_sort_adaptor.hpp" | |
//interval |
NewerOlder