diff options
Diffstat (limited to 'sway/input/cursor.c')
-rw-r--r-- | sway/input/cursor.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sway/input/cursor.c b/sway/input/cursor.c index 25fa603e..b00f81a9 100644 --- a/sway/input/cursor.c +++ b/sway/input/cursor.c @@ -9,6 +9,7 @@ #include <wlr/types/wlr_cursor.h> #include <wlr/types/wlr_cursor_shape_v1.h> #include <wlr/types/wlr_pointer.h> +#include <wlr/types/wlr_relative_pointer_v1.h> #include <wlr/types/wlr_touch.h> #include <wlr/types/wlr_tablet_v2.h> #include <wlr/types/wlr_tablet_pad.h> |