diff options
author | robot-contrib <[email protected]> | 2025-05-06 11:35:11 +0300 |
---|---|---|
committer | robot-contrib <[email protected]> | 2025-05-06 11:53:49 +0300 |
commit | eb9f7c3ff5a0712b5e711cb88e12f1dcb68ad612 (patch) | |
tree | 74a3329caeee0992ec5d2830ddcc9f0f12d09e0f /contrib/restricted/boost/algorithm/include | |
parent | d3153b6102d6495f4af17e5d35964a0b871f4542 (diff) |
Update contrib/restricted/boost/array to 1.88.0
commit_hash:0175a76a95ef74c349448549cc756046f4ebec70
Diffstat (limited to 'contrib/restricted/boost/algorithm/include')
-rw-r--r-- | contrib/restricted/boost/algorithm/include/boost/algorithm/searching/boyer_moore.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/restricted/boost/algorithm/include/boost/algorithm/searching/boyer_moore.hpp b/contrib/restricted/boost/algorithm/include/boost/algorithm/searching/boyer_moore.hpp index 80a5a4474d9..e3c00105c6b 100644 --- a/contrib/restricted/boost/algorithm/include/boost/algorithm/searching/boyer_moore.hpp +++ b/contrib/restricted/boost/algorithm/include/boost/algorithm/searching/boyer_moore.hpp @@ -10,6 +10,7 @@ #ifndef BOOST_ALGORITHM_BOYER_MOORE_SEARCH_HPP #define BOOST_ALGORITHM_BOYER_MOORE_SEARCH_HPP +#include <algorithm> // for std::reverse_copy #include <iterator> // for std::iterator_traits #include <boost/config.hpp> |