diff --git a/src/system/Error.hxx b/src/system/Error.hxx index 5e2ff3bae..4c9ad8613 100644 --- a/src/system/Error.hxx +++ b/src/system/Error.hxx @@ -36,6 +36,8 @@ #include #include +#include + template static inline std::system_error FormatSystemError(std::error_code code, const char *fmt, Args&&... args)