frontend/A32, ir: Add missing include
This commit is contained in:
parent
7a2083b603
commit
1fa1935d7c
2 changed files with 4 additions and 0 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue