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:
Alyssa Rosenzweig 2023-01-07 15:06:26 -05:00 committed by Marge Bot
parent b4d8be165b
commit 9b67afb55d

View file

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