diff options
author | emersion <contact@emersion.fr> | 2018-03-30 12:31:16 -0400 |
---|---|---|
committer | emersion <contact@emersion.fr> | 2018-03-30 12:31:16 -0400 |
commit | 47a529a69c410e494fba46a4e6932a117728ba23 (patch) | |
tree | 2b643f1add47dbe823573f8f3abb081be2963100 /include/wlr | |
parent | 8ada41c27200618b2b407cb095568f660a3e9cf2 (diff) |
output-damage: fix missing wlr_box include
Diffstat (limited to 'include/wlr')
-rw-r--r-- | include/wlr/types/wlr_output_damage.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/wlr/types/wlr_output_damage.h b/include/wlr/types/wlr_output_damage.h index 6682f942..beba2f6c 100644 --- a/include/wlr/types/wlr_output_damage.h +++ b/include/wlr/types/wlr_output_damage.h @@ -3,6 +3,7 @@ #include <pixman.h> #include <time.h> +#include <wlr/types/wlr_box.h> #include <wlr/types/wlr_output.h> /** |