include: add missing header dependencies

Ensure that headers compile correctly regardless of include order.
This commit is contained in:
John Lindgren 2025-07-28 01:03:22 -04:00 committed by Johan Malm
parent 69b9122194
commit c9b576982d
3 changed files with 4 additions and 1 deletions

View file

@ -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;