diff options
Diffstat (limited to 'sway/desktop')
-rw-r--r-- | sway/desktop/output.c | 1 | ||||
-rw-r--r-- | sway/desktop/render.c | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/sway/desktop/output.c b/sway/desktop/output.c index e02ab32d..d9328701 100644 --- a/sway/desktop/output.c +++ b/sway/desktop/output.c @@ -16,6 +16,7 @@ #include <wlr/types/wlr_presentation_time.h> #include <wlr/types/wlr_compositor.h> #include <wlr/util/region.h> +#include <wlr/util/transform.h> #include "config.h" #include "log.h" #include "sway/config.h" diff --git a/sway/desktop/render.c b/sway/desktop/render.c index c4c0004e..9cfdea84 100644 --- a/sway/desktop/render.c +++ b/sway/desktop/render.c @@ -13,6 +13,7 @@ #include <wlr/types/wlr_output.h> #include <wlr/types/wlr_compositor.h> #include <wlr/util/region.h> +#include <wlr/util/transform.h> #include "log.h" #include "config.h" #include "sway/config.h" |