accel/tcg/tb-hash: Include exec/cpu_ldst.h

This commit is contained in:
Matt Borgerson 2025-01-06 17:21:20 -07:00
parent 3b2f4533c5
commit 9a8ee63e71
1 changed files with 1 additions and 0 deletions

View File

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