system/Error: add missing include
This commit is contained in:
parent
34e91850d9
commit
a61f153df7
|
@ -36,6 +36,8 @@
|
||||||
#include <system_error>
|
#include <system_error>
|
||||||
#include <utility>
|
#include <utility>
|
||||||
|
|
||||||
|
#include <stdio.h>
|
||||||
|
|
||||||
template<typename... Args>
|
template<typename... Args>
|
||||||
static inline std::system_error
|
static inline std::system_error
|
||||||
FormatSystemError(std::error_code code, const char *fmt, Args&&... args)
|
FormatSystemError(std::error_code code, const char *fmt, Args&&... args)
|
||||||
|
|
Loading…
Reference in New Issue