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 <karmjit.mahil@igalia.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/40853>
This commit is contained in:
Karmjit Mahil 2025-11-13 13:32:43 +00:00 committed by Marge Bot
parent 2ac3652f30
commit b6ddd10d21

View file

@ -6,6 +6,12 @@
#ifndef FD6_HW_H
#define FD6_HW_H
#include <stdbool.h>
#include <stdint.h>
#include "util/half_float.h"
#include "util/u_math.h"
#include "adreno_pm4.xml.h"
#include "adreno_common.xml.h"