diff options
Diffstat (limited to 'boost/date_time/gregorian/greg_calendar.hpp')
-rw-r--r-- | boost/date_time/gregorian/greg_calendar.hpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/boost/date_time/gregorian/greg_calendar.hpp b/boost/date_time/gregorian/greg_calendar.hpp index 34ce0aec47..16e47c1df4 100644 --- a/boost/date_time/gregorian/greg_calendar.hpp +++ b/boost/date_time/gregorian/greg_calendar.hpp @@ -10,6 +10,7 @@ */ #include <boost/cstdint.hpp> +#include <boost/date_time/compiler_config.hpp> #include <boost/date_time/gregorian/greg_weekday.hpp> #include <boost/date_time/gregorian/greg_day_of_year.hpp> #include <boost/date_time/gregorian_calendar.hpp> @@ -23,7 +24,7 @@ namespace gregorian { typedef date_time::int_adapter<uint32_t> fancy_date_rep; //! Gregorian calendar for this implementation, hard work in the base - class gregorian_calendar : + class BOOST_SYMBOL_VISIBLE gregorian_calendar : public date_time::gregorian_calendar_base<greg_year_month_day, fancy_date_rep::int_type> { public: //! Type to hold a weekday (eg: Sunday, Monday,...) |