From 098559ca3552ebd8f80a6d28254f4fa58913b751 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 25 Jul 2016 08:56:48 +0200 Subject: Add DLL export/import support --- butl/string-table | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'butl/string-table') diff --git a/butl/string-table b/butl/string-table index d07c75a..cf2a20b 100644 --- a/butl/string-table +++ b/butl/string-table @@ -9,6 +9,8 @@ #include #include +#include + #include namespace butl @@ -36,7 +38,7 @@ namespace butl struct string_table_traits; template <> - struct string_table_traits + struct LIBBUTL_EXPORT string_table_traits { static const std::string& key (const std::string& d) {return d;} -- cgit v1.1