mirror of
https://github.com/labwc/labwc.git
synced 2025-10-29 05:40:24 -04:00
region: Add #include to make header dependency explicit
This commit is contained in:
parent
d2fae39fe3
commit
e0388ba8bf
1 changed files with 2 additions and 0 deletions
|
|
@ -2,6 +2,8 @@
|
|||
#ifndef __LABWC_REGIONS_H
|
||||
#define __LABWC_REGIONS_H
|
||||
|
||||
#include <wlr/util/box.h>
|
||||
|
||||
struct seat;
|
||||
struct view;
|
||||
struct server;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue