summaryrefslogtreecommitdiff
path: root/boost/algorithm/searching/boyer_moore_horspool.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/algorithm/searching/boyer_moore_horspool.hpp')
-rw-r--r--boost/algorithm/searching/boyer_moore_horspool.hpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/boost/algorithm/searching/boyer_moore_horspool.hpp b/boost/algorithm/searching/boyer_moore_horspool.hpp
index 5e59cf3220..758ded206b 100644
--- a/boost/algorithm/searching/boyer_moore_horspool.hpp
+++ b/boost/algorithm/searching/boyer_moore_horspool.hpp
@@ -14,6 +14,11 @@
#include <boost/assert.hpp>
#include <boost/static_assert.hpp>
+
+#include <boost/range/begin.hpp>
+#include <boost/range/end.hpp>
+
+#include <boost/utility/enable_if.hpp>
#include <boost/type_traits/is_same.hpp>
#include <boost/algorithm/searching/detail/bm_traits.hpp>