diff options
Diffstat (limited to 'butl/string-table')
-rw-r--r-- | butl/string-table | 4 |
1 files changed, 3 insertions, 1 deletions
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 <string> #include <unordered_map> +#include <butl/export> + #include <butl/multi-index> namespace butl @@ -36,7 +38,7 @@ namespace butl struct string_table_traits; template <> - struct string_table_traits<std::string> + struct LIBBUTL_EXPORT string_table_traits<std::string> { static const std::string& key (const std::string& d) {return d;} |