From: John Lindgren Date: Tue, 21 Feb 2023 13:03:17 +0000 (-0500) Subject: Chase wlroots: Add missing #include X-Git-Url: https://git.mdlowis.com/?a=commitdiff_plain;h=216056a6536469f6f1a04d33b2cf3faaa867a818;p=proto%2Flabwc.git Chase wlroots: Add missing #include Chases: 323f0b94db22877487bca073fca497cd033719e8 wlr_scene: Cleanup header includes --- 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"