Opened 10 years ago
Closed 10 years ago
#7399 closed Bugs (fixed)
[algorithm] Missing necessary headers
| Reported by: | Owned by: | Marshall Clow | |
|---|---|---|---|
| Milestone: | To Be Determined | Component: | algorithm |
| Version: | Boost 1.51.0 | Severity: | Problem |
| Keywords: | Cc: |
Description
This one line cpp can be compiled successfully
#include <boost/algorithm/searching/boyer_moore.hpp>
but not for the others two:
#include <boost/algorithm/searching/boyer_moore_horspool.hpp>
and
#include <boost/algorithm/searching/knuth_morris_pratt.hpp>
Attached patch will fix it.
Attachments (1)
Note:
See TracTickets
for help on using tickets.

patch to include necessary headers