aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/restricted/boost/algorithm
diff options
context:
space:
mode:
authormikhnenko <mikhnenko@yandex-team.com>2023-09-27 17:51:44 +0300
committermikhnenko <mikhnenko@yandex-team.com>2023-09-27 18:29:05 +0300
commit91b5ea9f2c65f39eb5e3122fce44e9ae71502c1d (patch)
tree1ce6cbbe2f4bba634cc0b03ae02e71671f9403cd /contrib/restricted/boost/algorithm
parent2f5d12b44589a95df3b829c42e9db125317fa7f8 (diff)
downloadydb-91b5ea9f2c65f39eb5e3122fce44e9ae71502c1d.tar.gz
Fix building with system stl
Diffstat (limited to 'contrib/restricted/boost/algorithm')
-rw-r--r--contrib/restricted/boost/algorithm/include/boost/algorithm/string/std/slist_traits.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/restricted/boost/algorithm/include/boost/algorithm/string/std/slist_traits.hpp b/contrib/restricted/boost/algorithm/include/boost/algorithm/string/std/slist_traits.hpp
index 0165a16793c..c30b93c73ad 100644
--- a/contrib/restricted/boost/algorithm/include/boost/algorithm/string/std/slist_traits.hpp
+++ b/contrib/restricted/boost/algorithm/include/boost/algorithm/string/std/slist_traits.hpp
@@ -13,7 +13,7 @@
#include <boost/algorithm/string/config.hpp>
#include <boost/algorithm/string/yes_no_type.hpp>
-#error #include BOOST_SLIST_HEADER
+#include BOOST_SLIST_HEADER
#include <boost/algorithm/string/sequence_traits.hpp>
namespace boost {