diff options
Diffstat (limited to 'examples/fullscreen-shell.c')
-rw-r--r-- | examples/fullscreen-shell.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/fullscreen-shell.c b/examples/fullscreen-shell.c index 70b7f676..5c36b8b1 100644 --- a/examples/fullscreen-shell.c +++ b/examples/fullscreen-shell.c @@ -16,6 +16,7 @@ #include <wlr/types/wlr_output.h> #include <wlr/util/box.h> #include <wlr/util/log.h> +#include <wlr/util/transform.h> /** * A minimal fullscreen-shell server. It only supports rendering. |