From b6ddd10d2106ff31dea487e345f3a52d4796546f Mon Sep 17 00:00:00 2001 From: Karmjit Mahil Date: Thu, 13 Nov 2025 13:32:43 +0000 Subject: [PATCH] freedreno/registers: Add some missing include in fd6_hw.h The generated header can't be used stand-alone so add the includes in fd6_hw.h Signed-off-by: Karmjit Mahil Part-of: --- src/freedreno/common/fd6_hw.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/freedreno/common/fd6_hw.h b/src/freedreno/common/fd6_hw.h index 070d561554f..24dcb92a756 100644 --- a/src/freedreno/common/fd6_hw.h +++ b/src/freedreno/common/fd6_hw.h @@ -6,6 +6,12 @@ #ifndef FD6_HW_H #define FD6_HW_H +#include +#include + +#include "util/half_float.h" +#include "util/u_math.h" + #include "adreno_pm4.xml.h" #include "adreno_common.xml.h"