$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r50876 - trunk/boost/date_time
From: andrey.semashev_at_[hidden]
Date: 2009-01-29 12:44:53
Author: andysem
Date: 2009-01-29 12:44:52 EST (Thu, 29 Jan 2009)
New Revision: 50876
URL: http://svn.boost.org/trac/boost/changeset/50876
Log:
Added missing #include. Fixed #2688.
Text files modified: 
   trunk/boost/date_time/filetime_functions.hpp |     1 +                                       
   1 files changed, 1 insertions(+), 0 deletions(-)
Modified: trunk/boost/date_time/filetime_functions.hpp
==============================================================================
--- trunk/boost/date_time/filetime_functions.hpp	(original)
+++ trunk/boost/date_time/filetime_functions.hpp	2009-01-29 12:44:52 EST (Thu, 29 Jan 2009)
@@ -25,6 +25,7 @@
 
 #include <boost/cstdint.hpp>
 #include <boost/date_time/time.hpp>
+#include <boost/date_time/date_defs.hpp>
 
 namespace boost {