diff --git a/.pick_status.json b/.pick_status.json index 3f696c385b1..e90fd3569cf 100644 --- a/.pick_status.json +++ b/.pick_status.json @@ -886,7 +886,7 @@ "description": "pan_bo.h: add time.h include for time_t", "nominated": false, "nomination_type": null, - "resolution": 4, + "resolution": 1, "master_sha": null, "because_sha": null }, diff --git a/src/panfrost/encoder/pan_bo.h b/src/panfrost/encoder/pan_bo.h index fc20ceed1d4..7773b2baaab 100644 --- a/src/panfrost/encoder/pan_bo.h +++ b/src/panfrost/encoder/pan_bo.h @@ -29,6 +29,7 @@ #include #include "util/list.h" #include "pan_device.h" +#include /* Flags for allocated memory */