Another Windows build fix
authorGunnar Beutner <gunnar.beutner@netways.de>
Wed, 10 Sep 2014 13:45:47 +0000 (15:45 +0200)
committerGunnar Beutner <gunnar.beutner@netways.de>
Wed, 10 Sep 2014 13:45:47 +0000 (15:45 +0200)
lib/base/debuginfo.hpp

index 9162fb9687cffc058746e0c1340b4418427ad81a..42aeffe1c69a8e3b463b10bcfcf7610da78e35f4 100644 (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);
 
 }