region: Add #include to make header dependency explicit

This commit is contained in:
John Lindgren 2023-02-16 11:49:23 -05:00 committed by Consolatis
parent d2fae39fe3
commit e0388ba8bf

View file

@ -2,6 +2,8 @@
#ifndef __LABWC_REGIONS_H #ifndef __LABWC_REGIONS_H
#define __LABWC_REGIONS_H #define __LABWC_REGIONS_H
#include <wlr/util/box.h>
struct seat; struct seat;
struct view; struct view;
struct server; struct server;