Boost C++ Libraries: Ticket #6115: missing file: round.hpp https://svn.boost.org/trac10/ticket/6115 <p> Hi, I'm working on a vc++ 2005 project with the boost 1.35.0 installed in Win7. My code have this header, "#include &lt;boost/math/special_functions/round.hpp&gt;" but when building the code, it generates this error: "1&gt;c:\irisv2\modules\components\gpp\pn\usrpuhdrx\usrpuhdrxcomponent.cpp(24) : <strong>fatal error C1083: Cannot open include file: 'boost/math/special_functions/round.hpp': No such file or directory"</strong>. This is making me think that the file <strong>"round.hpp"</strong> is missing in its folder. Kindly assist me get this resolved. Thank you. </p> <p> Emmanuel </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/6115 Trac 1.4.3 John Maddock Sat, 12 Nov 2011 09:26:53 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/6115#comment:1 https://svn.boost.org/trac10/ticket/6115#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">invalid</span> </li> </ul> <p> You're using a crazy-old Boost version that doesn't have that feature/header. Please upgrade your Boost install to the latest version. </p> Ticket anonymous Mon, 22 Oct 2012 07:09:36 GMT <link>https://svn.boost.org/trac10/ticket/6115#comment:2 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/6115#comment:2</guid> <description> <p> Hi, I'm working on a vs2012 project.My code have this header "#include &lt;boost/regex.hpp&gt; , #include &lt;err.h&gt; and #include &lt;dirent.h&gt;" but while building the code it generates the errors:1)fatal error C1083: Cannot open include file: 'dirent.h': No such file or directory. 2)fatal error C1083: Cannot open include file: 'boost/regex.hpp': No such file or directory. 3)fatal error C1083: Cannot open include file: 'err.h': No such file or directory. Kindly assist me get this resolved. Thank you. </p> <p> Ruchika </p> </description> <category>Ticket</category> </item> <item> <dc:creator>anonymous</dc:creator> <pubDate>Mon, 22 Oct 2012 10:56:38 GMT</pubDate> <title/> <link>https://svn.boost.org/trac10/ticket/6115#comment:3 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/6115#comment:3</guid> <description> <p> 1) Please make sure that the Boost root directory is in your compilers #include path. 2) As far as I know neither dirent.h not err.h are supported by MSVC so your code should not be including those. </p> </description> <category>Ticket</category> </item> </channel> </rss>