diff options
Diffstat (limited to 'examples/touch.c')
-rw-r--r-- | examples/touch.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/touch.c b/examples/touch.c index 39dd1d45..3d18dfd0 100644 --- a/examples/touch.c +++ b/examples/touch.c @@ -14,7 +14,9 @@ #include <wlr/render/wlr_renderer.h> #include <wlr/types/wlr_list.h> #include <wlr/types/wlr_input_device.h> +#include <wlr/types/wlr_keyboard.h> #include <wlr/types/wlr_matrix.h> +#include <wlr/types/wlr_touch.h> #include <wlr/util/log.h> #include <xkbcommon/xkbcommon.h> #include "cat.h" |