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:
OpenSauce04 2026-03-12 16:31:46 +00:00 committed by OpenSauce
parent 75cd4ce649
commit 6715959382

View file

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