util/RuntimeError: add missing include
This commit is contained in:
parent
a2e008347c
commit
8610eb84c6
@ -33,6 +33,8 @@
|
|||||||
#include <stdexcept>
|
#include <stdexcept>
|
||||||
#include <utility>
|
#include <utility>
|
||||||
|
|
||||||
|
#include <stdio.h>
|
||||||
|
|
||||||
template<typename... Args>
|
template<typename... Args>
|
||||||
static inline std::runtime_error
|
static inline std::runtime_error
|
||||||
FormatRuntimeError(const char *fmt, Args&&... args) noexcept
|
FormatRuntimeError(const char *fmt, Args&&... args) noexcept
|
||||||
|
Loading…
Reference in New Issue
Block a user