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
path: root/base
diff options
context:
space:
mode:
authorIlya Zverev <zverik@textual.ru>2017-01-16 13:51:43 +0300
committerIlya Zverev <zverik@textual.ru>2017-01-16 13:51:43 +0300
commitb4f3f7e74568971cfe5e294a789826832631d8b6 (patch)
tree08b7327855ae13352aeb1939c6926ccec8e571e0 /base
parent9ce9a3315c78bb575a9f98d707470b3a4d53160c (diff)
[boost] Use system boost in stl_iterator
Diffstat (limited to 'base')
-rw-r--r--base/stl_iterator.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/stl_iterator.hpp b/base/stl_iterator.hpp
index 4637dc9704..8e6915982e 100644
--- a/base/stl_iterator.hpp
+++ b/base/stl_iterator.hpp
@@ -5,7 +5,7 @@
#pragma clang diagnostic ignored "-Wshorten-64-to-32"
#endif
-#include "3party/boost/boost/iterator/iterator_facade.hpp"
+#include <boost/iterator/iterator_facade.hpp>
#if defined(__clang__)
#pragma clang diagnostic pop