mirror of
https://github.com/labwc/labwc.git
synced 2026-03-05 01:40:24 -05:00
include: add missing header dependencies
Ensure that headers compile correctly regardless of include order.
This commit is contained in:
parent
69b9122194
commit
c9b576982d
3 changed files with 4 additions and 1 deletions
|
|
@ -2,6 +2,8 @@
|
|||
#ifndef LABWC_GRAPHIC_HELPERS_H
|
||||
#define LABWC_GRAPHIC_HELPERS_H
|
||||
|
||||
#include <stdbool.h>
|
||||
#include <stdint.h>
|
||||
#include <cairo.h>
|
||||
|
||||
struct wlr_fbox;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue