diff --git a/lib/base/debuginfo.hpp b/lib/base/debuginfo.hpp index 9162fb968..42aeffe1c 100644 --- a/lib/base/debuginfo.hpp +++ b/lib/base/debuginfo.hpp @@ -70,7 +70,7 @@ I2_BASE_API void ShowCodeFragment(std::ostream& out, const DebugInfo& di, bool v struct errinfo_debuginfo_; typedef boost::error_info errinfo_debuginfo; -std::string to_string(const errinfo_debuginfo& e); +I2_BASE_API std::string to_string(const errinfo_debuginfo& e); }