damage-ring: add missing headers

This commit is contained in:
Kirill Primak 2022-11-08 20:08:03 +03:00 committed by Simon Ser
parent 440d7fa072
commit 4152db92ef
1 changed files with 3 additions and 0 deletions

View File

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