summaryrefslogtreecommitdiff
path: root/boost/date_time/date.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/date_time/date.hpp')
-rw-r--r--boost/date_time/date.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/boost/date_time/date.hpp b/boost/date_time/date.hpp
index b38db220d5..18333fd3ff 100644
--- a/boost/date_time/date.hpp
+++ b/boost/date_time/date.hpp
@@ -10,6 +10,7 @@
*/
#include <boost/operators.hpp>
+#include <boost/date_time/compiler_config.hpp>
#include <boost/date_time/year_month_day.hpp>
#include <boost/date_time/special_defs.hpp>
@@ -50,7 +51,7 @@ namespace date_time {
template<class T, class calendar, class duration_type_>
- class date : private
+ class BOOST_SYMBOL_VISIBLE date : private
boost::less_than_comparable<T
, boost::equality_comparable<T
> >