mirror of
https://github.com/Icinga/icinga2.git
synced 2026-05-28 04:12:13 -04:00
Another Windows build fix
This commit is contained in:
parent
4dd886ebd5
commit
6bb35a0d52
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue