system/Error: add missing include
This commit is contained in:
@@ -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)
|
||||||
|
Reference in New Issue
Block a user