From 6bb35a0d52c0ac293aa16e6478e721dec5a78c8b Mon Sep 17 00:00:00 2001 From: Gunnar Beutner Date: Wed, 10 Sep 2014 15:45:47 +0200 Subject: [PATCH] Another Windows build fix --- lib/base/debuginfo.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } -- 2.40.0