From 216056a6536469f6f1a04d33b2cf3faaa867a818 Mon Sep 17 00:00:00 2001 From: John Lindgren Date: Tue, 21 Feb 2023 08:03:17 -0500 Subject: [PATCH] Chase wlroots: Add missing #include Chases: 323f0b94db22877487bca073fca497cd033719e8 wlr_scene: Cleanup header includes --- src/common/scaled_scene_buffer.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/common/scaled_scene_buffer.c b/src/common/scaled_scene_buffer.c index 299c76ff..13737bea 100644 --- a/src/common/scaled_scene_buffer.c +++ b/src/common/scaled_scene_buffer.c @@ -4,6 +4,7 @@ #include #include #include +#include #include #include #include "buffer.h"