Opened 10 years ago

Closed 10 years ago

#7399 closed Bugs (fixed)

[algorithm] Missing necessary headers

Reported by: Hideaki Takei <hideaki.takei@…> 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)

1.patch (964 bytes ) - added by Hideaki Takei <hideaki.takei@…> 10 years ago.
patch to include necessary headers

Download all attachments as: .zip

Change History (3)

by Hideaki Takei <hideaki.takei@…>, 10 years ago

Attachment: 1.patch added

patch to include necessary headers

comment:1 by Marshall Clow, 10 years ago

(In [80616]) Add missing includes; Refs #7399. Thanks to Hideaki Takei for the catch

comment:2 by Marshall Clow, 10 years ago

Resolution: fixed
Status: newclosed

(In [80670]) Merge bug fixes to release; Fixes #7399 Fixes #7400 Fixes #7401

Note: See TracTickets for help on using tickets.