Boost C++ Libraries: Ticket #21: Can't compile transitive closure example https://svn.boost.org/trac10/ticket/21 <pre class="wiki"> I am using borland turbo c++. i've download the zip version of the boost library and try the transitive closure in the lib\example but i can't run it. it keeps saying "Unable to Open Include file 'boost/graph/transitive_closure.hpp'" The path in include directories is correct. but when i look in the code of 'Transitive_closure.hpp', i've found '#include &lt;vector&gt;'. When i look for this file i can't find it. How can i correctly run this example? Thanks, gobilums@aol.com </pre> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/21 Trac 1.4.3 jsiek Tue, 04 Dec 2001 05:17:51 GMT <link>https://svn.boost.org/trac10/ticket/21#comment:1 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/21#comment:1</guid> <description> <pre class="wiki">Logged In: YES user_id=32836 If you include path is set correctly, I don't know why it can't find transitive_closure.hpp. The file is there after all. As for #include &lt;vector&gt;. That file is part of the C++ Standard Library, which is provided by your compiler. That file is in a subdirectory of the Borland compiler. </pre> </description> <category>Ticket</category> </item> <item> <dc:creator>Vladimir Prus</dc:creator> <pubDate>Mon, 26 Jan 2004 09:19:54 GMT</pubDate> <title>status changed https://svn.boost.org/trac10/ticket/21#comment:2 https://svn.boost.org/trac10/ticket/21#comment:2 <ul> <li><strong>status</strong> <span class="trac-field-old">assigned</span> → <span class="trac-field-new">closed</span> </li> </ul> Ticket