summaryrefslogtreecommitdiff
path: root/boost/date_time/gregorian/greg_date.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/date_time/gregorian/greg_date.hpp')
-rw-r--r--boost/date_time/gregorian/greg_date.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/boost/date_time/gregorian/greg_date.hpp b/boost/date_time/gregorian/greg_date.hpp
index f7aa2fc5f1..4f56bedf1a 100644
--- a/boost/date_time/gregorian/greg_date.hpp
+++ b/boost/date_time/gregorian/greg_date.hpp
@@ -10,6 +10,7 @@
*/
#include <boost/throw_exception.hpp>
+#include <boost/date_time/compiler_config.hpp>
#include <boost/date_time/date.hpp>
#include <boost/date_time/special_defs.hpp>
#include <boost/date_time/gregorian/greg_calendar.hpp>
@@ -34,7 +35,7 @@ namespace gregorian {
supported.
\ingroup date_basics
*/
- class date : public date_time::date<date, gregorian_calendar, date_duration>
+ class BOOST_SYMBOL_VISIBLE date : public date_time::date<date, gregorian_calendar, date_duration>
{
public:
typedef gregorian_calendar::year_type year_type;