]> git.mdlowis.com Git - proto/labwc.git/commitdiff
region: Add #include to make header dependency explicit
authorJohn Lindgren <john@jlindgren.net>
Thu, 16 Feb 2023 16:49:23 +0000 (11:49 -0500)
committerConsolatis <35009135+Consolatis@users.noreply.github.com>
Fri, 17 Feb 2023 03:47:15 +0000 (04:47 +0100)
include/regions.h

index e77cd3f0da068843363b3af17d2b4dd4a918ec33..7324255206eb6e4a93551b1a78effa83e6136fd8 100644 (file)
@@ -2,6 +2,8 @@
 #ifndef __LABWC_REGIONS_H
 #define __LABWC_REGIONS_H
 
+#include <wlr/util/box.h>
+
 struct seat;
 struct view;
 struct server;