mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 19:40:10 +01:00
agx: Fix missing #include
Signed-off-by: Alyssa Rosenzweig <alyssa@rosenzweig.io> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/20569>
This commit is contained in:
parent
b4d8be165b
commit
9b67afb55d
1 changed files with 1 additions and 0 deletions
|
|
@ -24,6 +24,7 @@
|
|||
#define AGX_PPP_H
|
||||
|
||||
#include "asahi/lib/agx_pack.h"
|
||||
#include "pool.h"
|
||||
|
||||
/* Opaque structure representing a PPP update */
|
||||
struct agx_ppp_update {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue