Boost C++ Libraries: Ticket #92: threads unnecessary #include https://svn.boost.org/trac10/ticket/92 <pre class="wiki">The file exceptions.cpp in boost::threads contains an unnecessary #include &lt;string&gt;, which gave me some linking problems. It can be removed. Boost Version 1.27.0 </pre> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/92 Trac 1.4.3 Markus Schöpflin Fri, 25 Nov 2005 10:51:30 GMT status changed https://svn.boost.org/trac10/ticket/92#comment:1 https://svn.boost.org/trac10/ticket/92#comment:1 <ul> <li><strong>status</strong> <span class="trac-field-old">assigned</span> → <span class="trac-field-new">closed</span> </li> </ul> <pre class="wiki">Logged In: YES user_id=91733 In the current CVS the type std::string is referenced in the file. Therfore the include cannot be removed. </pre> Ticket