pvr: add missing include

Not sure how we missed this, but we need to include pvr_formats.h here,
otherwise we don't see all the definitions we need. We probably got away
without this due to other transitive includes, but let's not rely on
that.

Fixes: 949e41a664 ("pvr: split pvr_formats.c")
Reviewed-by: Ashish Chauhan <ashish.chauhan@imgtec.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/39035>
This commit is contained in:
Erik Faye-Lund 2026-01-07 14:05:47 +01:00 committed by Marge Bot
parent 41b5f980eb
commit d7a2cca937

View file

@ -4,6 +4,8 @@
* SPDX-License-Identifier: MIT
*/
#include "pvr_formats.h"
#include <assert.h>
#include <stdbool.h>
#include <stddef.h>