aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorKirill Primak <vyivel@eclair.cafe>2022-11-08 20:08:03 +0300
committerSimon Ser <contact@emersion.fr>2022-11-08 17:10:56 +0000
commit4152db92efba6d8ed29dd3262cf1a66777af763a (patch)
tree7700b049ceb03795c6f658d7e398c3449f45b004 /include
parent440d7fa072d392ca076f73d5de469cb165d2499a (diff)
damage-ring: add missing headers
Diffstat (limited to 'include')
-rw-r--r--include/wlr/types/wlr_damage_ring.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/wlr/types/wlr_damage_ring.h b/include/wlr/types/wlr_damage_ring.h
index 9415a556..67fedddc 100644
--- a/include/wlr/types/wlr_damage_ring.h
+++ b/include/wlr/types/wlr_damage_ring.h
@@ -10,6 +10,9 @@
#define WLR_TYPES_WLR_DAMAGE_RING_H
#include <stdbool.h>
+#include <stddef.h>
+#include <stdint.h>
+#include <pixman.h>
/* For triple buffering, a history of two frames is required. */
#define WLR_DAMAGE_RING_PREVIOUS_LEN 2