From ec846adb548d2e6a2f352b5074249d8d738e37c9 Mon Sep 17 00:00:00 2001 From: Alexander Orzechowski Date: Sat, 3 Dec 2022 07:57:40 -0500 Subject: [PATCH] wlr_drm: Add missing wlr_buffer import --- include/wlr/types/wlr_drm.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/wlr/types/wlr_drm.h b/include/wlr/types/wlr_drm.h index 61780b18..da776fdb 100644 --- a/include/wlr/types/wlr_drm.h +++ b/include/wlr/types/wlr_drm.h @@ -11,6 +11,7 @@ #include #include +#include struct wlr_renderer;