Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Zolotarev <deathbaba@gmail.com>2012-08-22 19:10:43 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:42:02 +0300
commit451ea8b4ddfcb789dc934652721d639786ad81e2 (patch)
tree916f48261ec4cc1840e6c32c9088ccd38363b9bb /geometry
parent21d166aac52b7284243ff8c7bb28e8f6ee61b272 (diff)
[ios] Fixed simulator build error
Diffstat (limited to 'geometry')
-rw-r--r--geometry/region2d/boost_concept.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/geometry/region2d/boost_concept.hpp b/geometry/region2d/boost_concept.hpp
index ee4b5afb7b..e217143702 100644
--- a/geometry/region2d/boost_concept.hpp
+++ b/geometry/region2d/boost_concept.hpp
@@ -3,6 +3,7 @@
#include "../point2d.hpp"
#include "../region2d.hpp"
+#include "../../3party/boost/boost/polygon/detail/polygon_sort_adaptor.hpp"
#include "../../3party/boost/boost/polygon/polygon.hpp"
#include "../../std/vector.hpp"