From b5c87084afaef42b2d058f68091be31988a6a874 Mon Sep 17 00:00:00 2001 From: DongHun Kwak Date: Wed, 13 Sep 2017 11:08:07 +0900 Subject: Imported Upstream version 1.64.0 Change-Id: Id9212edd016dd55f21172c427aa7894d1d24148b Signed-off-by: DongHun Kwak --- boost/date_time/gregorian/greg_day_of_year.hpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'boost/date_time/gregorian/greg_day_of_year.hpp') diff --git a/boost/date_time/gregorian/greg_day_of_year.hpp b/boost/date_time/gregorian/greg_day_of_year.hpp index abf0c9eeb3..3f753e1d6a 100644 --- a/boost/date_time/gregorian/greg_day_of_year.hpp +++ b/boost/date_time/gregorian/greg_day_of_year.hpp @@ -9,7 +9,8 @@ * $Date$ */ -#include "boost/date_time/constrained_value.hpp" +#include +#include #include #include @@ -17,7 +18,7 @@ namespace boost { namespace gregorian { //! Exception type for day of year (1..366) - struct bad_day_of_year : public std::out_of_range + struct BOOST_SYMBOL_VISIBLE bad_day_of_year : public std::out_of_range { bad_day_of_year() : std::out_of_range(std::string("Day of year value is out of range 1..366")) -- cgit v1.2.3