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:
Alyssa Rosenzweig 2019-12-27 12:56:56 -05:00
parent 330e9b154e
commit bc1fc29e21

View file

@ -27,6 +27,7 @@
#ifndef __PAN_ENCODER_H
#define __PAN_ENCODER_H
#include <stdbool.h>
#include "panfrost-job.h"
/* Invocation packing */