Commit a61f153d authored by Max Kellermann's avatar Max Kellermann

system/Error: add missing include

parent 34e91850
......@@ -36,6 +36,8 @@
#include <system_error>
#include <utility>
#include <stdio.h>
template<typename... Args>
static inline std::system_error
FormatSystemError(std::error_code code, const char *fmt, Args&&... args)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment