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/coding
diff options
context:
space:
mode:
authorYuri Gorshenin <y@maps.me>2017-02-28 17:42:49 +0300
committerSergey Yershov <syershov@maps.me>2017-02-28 21:00:37 +0300
commitf36d72bb26c43cb977116494dab611d239ee21d2 (patch)
treea4e673fb1e70513d69053aa47f8ec4ee4ea6cbaa /coding
parentf9835819217e32bc881f5c1ee67477ed07e3b49c (diff)
[build] Use system-provided boost instead of 3party.beta-655
Diffstat (limited to 'coding')
-rw-r--r--coding/simple_dense_coding.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/coding/simple_dense_coding.cpp b/coding/simple_dense_coding.cpp
index 6df600fa73..6a18241cd1 100644
--- a/coding/simple_dense_coding.cpp
+++ b/coding/simple_dense_coding.cpp
@@ -5,7 +5,7 @@
#include "std/algorithm.hpp"
#include "std/limits.hpp"
-#include "3party/boost/boost/range/adaptor/transformed.hpp"
+#include <boost/range/adaptor/transformed.hpp>
namespace coding
{