Boost C++ Libraries: Ticket #9727: boost/archive/iterators/transform_width.hpp is missing <algorithm> include https://svn.boost.org/trac10/ticket/9727 <p> boost/archive/iterators/transform_width.hpp is using std::min() without including &lt;algorithm&gt;. </p> <p> It fails to compile on SUN OS with native compiler 5.10 and old Cstd STL. </p> <p> Adding #include &lt;algorithm&gt; fixes the problem </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/9727 Trac 1.4.3 Robert Ramey Sat, 01 Mar 2014 16:50:05 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/9727#comment:1 https://svn.boost.org/trac10/ticket/9727#comment:1 <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> already in development branch to be merged into master shortly </p> Ticket