Chris@16: #ifndef BOOST_DATE_TIME_ALL_HPP___ Chris@16: #define BOOST_DATE_TIME_ALL_HPP___ Chris@16: Chris@16: /* Copyright (c) 2006 CrystalClear Software, Inc. Chris@16: * Use, modification and distribution is subject to the Chris@16: * Boost Software License, Version 1.0. (See accompanying Chris@16: * file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) Chris@16: * Author: Jeff Garland Chris@101: * $Date$ Chris@16: */ Chris@16: Chris@16: // See www.boost.org/libs/date_time for documentation. Chris@16: Chris@16: //gregorian and posix time included by indirectly Chris@16: #include "boost/date_time/local_time/local_time.hpp" Chris@16: Chris@16: #endif // BOOST_DATE_TIME_ALL_HPP___