mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-03-08 00:22:57 +00:00
frontend/A32, ir: Add missing include
This commit is contained in:
@@ -3,6 +3,8 @@
|
||||
* SPDX-License-Identifier: 0BSD
|
||||
*/
|
||||
|
||||
#include <vector>
|
||||
|
||||
#include <mcl/assert.hpp>
|
||||
#include <mcl/bit/bit_count.hpp>
|
||||
#include <mcl/bit/bit_field.hpp>
|
||||
|
||||
@@ -5,6 +5,8 @@
|
||||
|
||||
#include "dynarmic/ir/ir_emitter.h"
|
||||
|
||||
#include <vector>
|
||||
|
||||
#include <mcl/assert.hpp>
|
||||
#include <mcl/bit_cast.hpp>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user