diff options
Diffstat (limited to 'sway/tree')
-rw-r--r-- | sway/tree/root.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sway/tree/root.c b/sway/tree/root.c index 831c75a5..66008d30 100644 --- a/sway/tree/root.c +++ b/sway/tree/root.c @@ -3,6 +3,7 @@ #include <stdlib.h> #include <string.h> #include <wlr/types/wlr_output_layout.h> +#include <wlr/util/transform.h> #include "sway/desktop/transaction.h" #include "sway/input/seat.h" #include "sway/ipc-server.h" |