mirror of
https://github.com/azahar-emu/azahar.git
synced 2026-07-11 01:34:03 +02: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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user