From b4f3f7e74568971cfe5e294a789826832631d8b6 Mon Sep 17 00:00:00 2001 From: Ilya Zverev Date: Mon, 16 Jan 2017 13:51:43 +0300 Subject: [PATCH] [boost] Use system boost in stl_iterator --- base/stl_iterator.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 #if defined(__clang__) #pragma clang diagnostic pop