dynarmic: more missing headers
Some checks failed
eden-license / license-header (pull_request) Failing after 21s

This commit is contained in:
Caio Oliveira 2025-10-05 11:51:27 -03:00
parent 3ed52f2ae8
commit 33ad8ff253
Signed by: DraVee
GPG key ID: 362DA3DC1901E080
2 changed files with 2 additions and 0 deletions

View file

@ -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>

View file

@ -6,6 +6,7 @@
* SPDX-License-Identifier: 0BSD * SPDX-License-Identifier: 0BSD
*/ */
#include <algorithm>
#include <cstdio> #include <cstdio>
#include <map> #include <map>