Another Windows build fix

This commit is contained in:
Gunnar Beutner 2014-09-10 15:45:47 +02:00
parent 4dd886ebd5
commit 6bb35a0d52
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ I2_BASE_API void ShowCodeFragment(std::ostream& out, const DebugInfo& di, bool v
struct errinfo_debuginfo_;
typedef boost::error_info<struct errinfo_debuginfo_, DebugInfo> errinfo_debuginfo;
std::string to_string(const errinfo_debuginfo& e);
I2_BASE_API std::string to_string(const errinfo_debuginfo& e);
}