mirror of
https://github.com/yuzu-mirror/dynarmic.git
synced 2026-03-19 19:24:36 +01:00
emit_x64: Add missing <array> include
Commit 755adef62e504a8d616de9dda8937d2428a9471b introduced a helper alias for std::array, eliminating the need to manually type out sizes for them, however I forgot to add the include for <array>
This commit is contained in:
parent
f939bd0228
commit
fd92e2f186
|
|
@ -6,6 +6,7 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
#include <array>
|
||||
#include <type_traits>
|
||||
#include <unordered_map>
|
||||
#include <unordered_set>
|
||||
|
|
|
|||
Loading…
Reference in a new issue