From: Alyssa Rosenzweig Date: Fri, 27 Dec 2019 17:56:56 +0000 (-0500) Subject: panfrost: Add missing #include in common header X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=bc1fc29e2119bfceeacaa303a5f79f9bb99d1af7;p=mesa.git panfrost: Add missing #include in common header Fixes way back when... Signed-off-by: Alyssa Rosenzweig --- 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 #include "panfrost-job.h" /* Invocation packing */