frontend/A32, ir: Add missing include

This commit is contained in:
Macdu 2022-12-26 18:05:38 +01:00 committed by merry
parent 7a2083b603
commit 1fa1935d7c
2 changed files with 4 additions and 0 deletions

View file

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

View file

@ -5,6 +5,8 @@
#include "dynarmic/ir/ir_emitter.h"
#include <vector>
#include <mcl/assert.hpp>
#include <mcl/bit_cast.hpp>