dynarmic: more missing headers
Some checks failed
eden-license / license-header (pull_request) Failing after 21s
Some checks failed
eden-license / license-header (pull_request) Failing after 21s
This commit is contained in:
parent
3ed52f2ae8
commit
33ad8ff253
2 changed files with 2 additions and 0 deletions
|
@ -7,6 +7,7 @@
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include <fmt/format.h>
|
#include <fmt/format.h>
|
||||||
|
#include <mcl/assert.hpp>
|
||||||
|
|
||||||
[[noreturn]] void assert_terminate_impl(const char* expr_str, fmt::string_view msg, fmt::format_args args);
|
[[noreturn]] void assert_terminate_impl(const char* expr_str, fmt::string_view msg, fmt::format_args args);
|
||||||
template<typename... Ts>
|
template<typename... Ts>
|
||||||
|
|
|
@ -6,6 +6,7 @@
|
||||||
* SPDX-License-Identifier: 0BSD
|
* SPDX-License-Identifier: 0BSD
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#include <algorithm>
|
||||||
#include <cstdio>
|
#include <cstdio>
|
||||||
#include <map>
|
#include <map>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue