From 20cdc35fdbb30595f455febb96a0dbed51efd4f2 Mon Sep 17 00:00:00 2001 From: Alyssa Rosenzweig Date: Thu, 24 Nov 2022 20:40:52 -0500 Subject: [PATCH] asahi: Add missing #include Noticed when shuffling headers. Signed-off-by: Alyssa Rosenzweig Part-of: --- src/asahi/lib/agx_device.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/asahi/lib/agx_device.h b/src/asahi/lib/agx_device.h index 79f9291c178..c7ff1cd6582 100644 --- a/src/asahi/lib/agx_device.h +++ b/src/asahi/lib/agx_device.h @@ -25,6 +25,7 @@ #define __AGX_DEVICE_H #include "util/sparse_array.h" +#include "util/simple_mtx.h" #include "io.h" #include "agx_formats.h"