From a61f153df7e7e5439a7b1da841863f947b2bcbc2 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sat, 2 Jul 2016 13:59:47 +0200 Subject: [PATCH] system/Error: add missing include --- src/system/Error.hxx | 2 ++ 1 file changed, 2 insertions(+) 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)