Boost C++ Libraries: Ticket #7399: [algorithm] Missing necessary headers https://svn.boost.org/trac10/ticket/7399 <p> This one line cpp can be compiled successfully </p> <pre class="wiki">#include &lt;boost/algorithm/searching/boyer_moore.hpp&gt; </pre><p> but not for the others two: </p> <pre class="wiki">#include &lt;boost/algorithm/searching/boyer_moore_horspool.hpp&gt; </pre><p> and </p> <pre class="wiki">#include &lt;boost/algorithm/searching/knuth_morris_pratt.hpp&gt; </pre><p> Attached patch will fix it. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/7399 Trac 1.4.3 Hideaki Takei <hideaki.takei@…> Fri, 21 Sep 2012 09:59:04 GMT attachment set https://svn.boost.org/trac10/ticket/7399 https://svn.boost.org/trac10/ticket/7399 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">1.patch</span> </li> </ul> <p> patch to include necessary headers </p> Ticket Marshall Clow Fri, 21 Sep 2012 14:22:34 GMT <link>https://svn.boost.org/trac10/ticket/7399#comment:1 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/7399#comment:1</guid> <description> <p> (In <a class="changeset" href="https://svn.boost.org/trac10/changeset/80616" title="Add missing includes; Refs #7399. Thanks to Hideaki Takei for the catch">[80616]</a>) Add missing includes; Refs <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/7399" title="#7399: Bugs: [algorithm] Missing necessary headers (closed: fixed)">#7399</a>. Thanks to Hideaki Takei for the catch </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Marshall Clow</dc:creator> <pubDate>Sun, 23 Sep 2012 14:56:45 GMT</pubDate> <title>status changed; resolution set https://svn.boost.org/trac10/ticket/7399#comment:2 https://svn.boost.org/trac10/ticket/7399#comment:2 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">fixed</span> </li> </ul> <p> (In <a class="changeset" href="https://svn.boost.org/trac10/changeset/80670" title="Merge bug fixes to release; Fixes #7399 Fixes #7400 Fixes #7401">[80670]</a>) Merge bug fixes to release; Fixes <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/7399" title="#7399: Bugs: [algorithm] Missing necessary headers (closed: fixed)">#7399</a> Fixes <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/7400" title="#7400: Bugs: [algorithm] Missing dereference in copy_if for non-C++11 compiler (closed: fixed)">#7400</a> Fixes <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/7401" title="#7401: Bugs: [algorithm] Tiny cosmetic on comments in is_permutation.hpp (closed: fixed)">#7401</a> </p> Ticket