mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-07 13:00:21 +01:00
panfrost: Add missing #include in common header
Fixes way back when... Signed-off-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
This commit is contained in:
parent
330e9b154e
commit
bc1fc29e21
1 changed files with 1 additions and 0 deletions
|
|
@ -27,6 +27,7 @@
|
|||
#ifndef __PAN_ENCODER_H
|
||||
#define __PAN_ENCODER_H
|
||||
|
||||
#include <stdbool.h>
|
||||
#include "panfrost-job.h"
|
||||
|
||||
/* Invocation packing */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue