summaryrefslogtreecommitdiff
path: root/boost/date_time/time_zone_base.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/date_time/time_zone_base.hpp')
-rw-r--r--boost/date_time/time_zone_base.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/boost/date_time/time_zone_base.hpp b/boost/date_time/time_zone_base.hpp
index 576c77a223..a788429073 100644
--- a/boost/date_time/time_zone_base.hpp
+++ b/boost/date_time/time_zone_base.hpp
@@ -11,6 +11,7 @@
#include <string>
#include <sstream>
+#include <boost/date_time/compiler_config.hpp>
namespace boost {
namespace date_time {
@@ -31,7 +32,7 @@ namespace date_time {
* resource (hence the derivation from boost::counted_base.
*/
template<typename time_type, typename CharT>
- class time_zone_base {
+ class BOOST_SYMBOL_VISIBLE time_zone_base {
public:
typedef CharT char_type;
typedef std::basic_string<CharT> string_type;