region: Add #include to make header dependency explicit

This commit is contained in:
John Lindgren 2023-02-16 11:49:23 -05:00
parent 95da920274
commit a9d80702aa

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;