Add wlr/util/transform.h includes

References: https://gitlab.freedesktop.org/wlroots/wlroots/-/merge_requests/4097
Closes: https://github.com/swaywm/sway/issues/7830
This commit is contained in:
Simon Ser 2023-11-23 13:08:09 +01:00 committed by Kirill Primak
parent a946b1aecf
commit fd6d6f1d97
4 changed files with 4 additions and 0 deletions

View file

@ -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"