From ba4cfa1ef184b9a61b89dce53e18ea38d9102dc9 Mon Sep 17 00:00:00 2001 From: Matt Borgerson Date: Sun, 18 Jan 2026 16:51:18 -0700 Subject: [PATCH] accel/tcg: Add missing header in tb-code-hash.h --- accel/tcg/tb-code-hash.h | 1 + 1 file changed, 1 insertion(+) diff --git a/accel/tcg/tb-code-hash.h b/accel/tcg/tb-code-hash.h index be1bb37fa6..592fb4e9c7 100644 --- a/accel/tcg/tb-code-hash.h +++ b/accel/tcg/tb-code-hash.h @@ -1,6 +1,7 @@ #ifndef EXEC_TB_CODE_HASH_H #define EXEC_TB_CODE_HASH_H +#include "exec/cpu-common.h" #include "accel/tcg/cpu-ldst-common.h" #include "accel/tcg/cpu-mmu-index.h" #include "qemu/fast-hash.h"