From 9a8ee63e713d7ebe1b3363ded880fafb3ff405c4 Mon Sep 17 00:00:00 2001 From: Matt Borgerson Date: Mon, 6 Jan 2025 17:21:20 -0700 Subject: [PATCH] accel/tcg/tb-hash: Include exec/cpu_ldst.h --- accel/tcg/tb-hash.h | 1 + 1 file changed, 1 insertion(+) diff --git a/accel/tcg/tb-hash.h b/accel/tcg/tb-hash.h index 7e1ed2c6f4..c7f34c066c 100644 --- a/accel/tcg/tb-hash.h +++ b/accel/tcg/tb-hash.h @@ -21,6 +21,7 @@ #define EXEC_TB_HASH_H #include "exec/cpu-defs.h" +#include "exec/cpu_ldst.h" #include "exec/exec-all.h" #include "qemu/xxhash.h" #include "qemu/fast-hash.h"