Merge pull request #124 from georgthegreat/patch-1

Add missing include
This commit is contained in:
Marshall Clow
2025-06-25 20:43:28 -07:00
committed by GitHub

View File

@ -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>