Merge pull request #780 from emersion/output-damage-box-include
output-damage: fix missing wlr_box include
This commit is contained in:
commit
e8cb5e89e9
|
@ -3,6 +3,7 @@
|
|||
|
||||
#include <pixman.h>
|
||||
#include <time.h>
|
||||
#include <wlr/types/wlr_box.h>
|
||||
#include <wlr/types/wlr_output.h>
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue