mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 02:48:06 +02:00
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:
parent
2ac3652f30
commit
b6ddd10d21
1 changed files with 6 additions and 0 deletions
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue