Boost C++ Libraries: Ticket #3172: sys/utime.h missing on EVC++ 9 https://svn.boost.org/trac10/ticket/3172 <p> The file &lt;sys/utime.h&gt; is missing on Embedded Visual C++ 9, as shown by the regression test result at <a class="ext-link" href="http://tinyurl.com/lc4usj"><span class="icon">​</span>http://tinyurl.com/lc4usj</a>. Boost.Filesystem apparently uses this header and so will not compile on this platform. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/3172 Trac 1.4.3 Beman Dawes Wed, 17 Jun 2009 22:50:12 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/3172#comment:1 https://svn.boost.org/trac10/ticket/3172#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> (In <a class="changeset" href="https://svn.boost.org/trac10/changeset/54032" title="Filesystem: fix #3172, ECV++ 9 missing &lt;sys/utime.h&gt;. The fix applied ...">[54032]</a>) Filesystem: fix <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/3172" title="#3172: Bugs: sys/utime.h missing on EVC++ 9 (closed: fixed)">#3172</a>, ECV++ 9 missing &lt;sys/utime.h&gt;. The fix applied was to include &lt;ctime&gt; instead. This is the correct header; the previous song-and-dance was workaround on top of workaround from years ago. This change will break any Windows libraries that don't provide &lt;ctime&gt;, but if that happens workarounds specific to those libraries can be added. That's better than cluttering up the code with workarounds no longer needed. </p> Ticket