mirror of
https://github.com/azahar-emu/azahar.git
synced 2026-06-06 02:33:44 -04:00
shader_jit_a64_compiler: Added missing include
Fixes a build issue on ARM64 Linux w/ GCC Fix proposed by PabloMK7
This commit is contained in:
parent
75cd4ce649
commit
6715959382
1 changed files with 1 additions and 0 deletions
|
|
@ -8,6 +8,7 @@
|
|||
#include <algorithm>
|
||||
#include <cmath>
|
||||
#include <cstdint>
|
||||
#include <memory>
|
||||
#include <nihstro/shader_bytecode.h>
|
||||
#include "common/aarch64/cpu_detect.h"
|
||||
#include "common/aarch64/oaknut_abi.h"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue