Commit 8610eb84 authored by Max Kellermann's avatar Max Kellermann

util/RuntimeError: add missing include

parent a2e00834
......@@ -33,6 +33,8 @@
#include <stdexcept>
#include <utility>
#include <stdio.h>
template<typename... Args>
static inline std::runtime_error
FormatRuntimeError(const char *fmt, Args&&... args) noexcept
......
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