aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authoremersion <contact@emersion.fr>2018-03-30 13:37:43 -0400
committerGitHub <noreply@github.com>2018-03-30 13:37:43 -0400
commite8cb5e89e915294b410a5349ccbdae40a456d0ff (patch)
tree2b643f1add47dbe823573f8f3abb081be2963100 /include
parent8ada41c27200618b2b407cb095568f660a3e9cf2 (diff)
parent47a529a69c410e494fba46a4e6932a117728ba23 (diff)
Merge pull request #780 from emersion/output-damage-box-include
output-damage: fix missing wlr_box include
Diffstat (limited to 'include')
-rw-r--r--include/wlr/types/wlr_output_damage.h1
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>
/**