From 92e535025ee386b2c1421f2f414d00f34737d0a7 Mon Sep 17 00:00:00 2001 From: Vaxry Date: Sat, 4 Nov 2023 23:12:08 +0000 Subject: [PATCH] region: include box in the header --- src/helpers/Region.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/helpers/Region.hpp b/src/helpers/Region.hpp index 94b639c9..80153cff 100644 --- a/src/helpers/Region.hpp +++ b/src/helpers/Region.hpp @@ -2,6 +2,7 @@ #include #include #include "Vector2D.hpp" +#include "Box.hpp" struct wlr_box;