aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/helpers
diff options
context:
space:
mode:
authorVaxry <[email protected]>2023-11-04 23:12:08 +0000
committerVaxry <[email protected]>2023-11-04 23:12:08 +0000
commit92e535025ee386b2c1421f2f414d00f34737d0a7 (patch)
treeb9ea196abe2f383e818bf8b99cb1e1b5d5b7233d /src/helpers
parentd3e5796ee1d298b3819d04febaae58ceb9230e5b (diff)
downloadHyprland-92e535025ee386b2c1421f2f414d00f34737d0a7.tar.gz
Hyprland-92e535025ee386b2c1421f2f414d00f34737d0a7.zip
region: include box in the header
Diffstat (limited to 'src/helpers')
-rw-r--r--src/helpers/Region.hpp1
1 files changed, 1 insertions, 0 deletions
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 <pixman.h>
#include <vector>
#include "Vector2D.hpp"
+#include "Box.hpp"
struct wlr_box;