summaryrefslogtreecommitdiff
path: root/boost/algorithm/searching/knuth_morris_pratt.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/algorithm/searching/knuth_morris_pratt.hpp')
-rw-r--r--boost/algorithm/searching/knuth_morris_pratt.hpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/boost/algorithm/searching/knuth_morris_pratt.hpp b/boost/algorithm/searching/knuth_morris_pratt.hpp
index cc83185c51..aaeeb51ccb 100644
--- a/boost/algorithm/searching/knuth_morris_pratt.hpp
+++ b/boost/algorithm/searching/knuth_morris_pratt.hpp
@@ -15,6 +15,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/debugging.hpp>