diff options
author | mikhnenko <mikhnenko@yandex-team.com> | 2023-09-27 17:51:44 +0300 |
---|---|---|
committer | mikhnenko <mikhnenko@yandex-team.com> | 2023-09-27 18:29:05 +0300 |
commit | 91b5ea9f2c65f39eb5e3122fce44e9ae71502c1d (patch) | |
tree | 1ce6cbbe2f4bba634cc0b03ae02e71671f9403cd /build/sysincl | |
parent | 2f5d12b44589a95df3b829c42e9db125317fa7f8 (diff) | |
download | ydb-91b5ea9f2c65f39eb5e3122fce44e9ae71502c1d.tar.gz |
Fix building with system stl
Diffstat (limited to 'build/sysincl')
-rw-r--r-- | build/sysincl/macro.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/build/sysincl/macro.yml b/build/sysincl/macro.yml index a1d0052886..344b31eb99 100644 --- a/build/sysincl/macro.yml +++ b/build/sysincl/macro.yml @@ -198,6 +198,10 @@ - BOOST_REGEX_USER_CONFIG: contrib/restricted/boost/regex/include/boost/regex/user.hpp - BOOST_USER_CONFIG: contrib/restricted/boost/config/include/boost/config/user.hpp +- source_filter: "^contrib/restricted/boost/algorithm" + includes: + - BOOST_SLIST_HEADER + - source_filter: "^contrib/restricted/boost/atomic" includes: - BOOST_ATOMIC_DETAIL_FP_BACKEND_HEADER(boost/atomic/detail/fp_ops_): |