diff options
author | Alyssa Rosenzweig <[email protected]> | 2019-12-27 12:56:56 -0500 |
---|---|---|
committer | Alyssa Rosenzweig <[email protected]> | 2019-12-27 12:58:00 -0500 |
commit | bc1fc29e2119bfceeacaa303a5f79f9bb99d1af7 (patch) | |
tree | 22b8f82657c0fe08d4b13012557f8a2529f823a3 | |
parent | 330e9b154e0641e59321958448a16e5ea7ebb139 (diff) |
panfrost: Add missing #include in common header
Fixes way back when...
Signed-off-by: Alyssa Rosenzweig <[email protected]>
-rw-r--r-- | src/panfrost/encoder/pan_encoder.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/panfrost/encoder/pan_encoder.h b/src/panfrost/encoder/pan_encoder.h index 1aa9b7b8932..77f5b2ebb0f 100644 --- a/src/panfrost/encoder/pan_encoder.h +++ b/src/panfrost/encoder/pan_encoder.h @@ -27,6 +27,7 @@ #ifndef __PAN_ENCODER_H #define __PAN_ENCODER_H +#include <stdbool.h> #include "panfrost-job.h" /* Invocation packing */ |