aboutsummaryrefslogtreecommitdiff
path: root/include/backend/wayland.h
diff options
context:
space:
mode:
authorIsaac Freund <ifreund@ifreund.xyz>2020-11-11 14:16:41 +0100
committerSimon Ser <contact@emersion.fr>2020-11-11 15:40:47 +0100
commite06c9e43afd8d2067c2c28bc25ed0830e43e5c78 (patch)
tree547939dfa46a72c85c771c615ab0f94cb1be6977 /include/backend/wayland.h
parent0724b3c453e45b59aecdaecd6b654e1febb68dc7 (diff)
Remove unneeded includes from wlr_input_device.h
This uncovered many places where we were using things without directly including them.
Diffstat (limited to 'include/backend/wayland.h')
-rw-r--r--include/backend/wayland.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/backend/wayland.h b/include/backend/wayland.h
index d782584f..9542a75f 100644
--- a/include/backend/wayland.h
+++ b/include/backend/wayland.h
@@ -12,6 +12,7 @@
#include <wlr/render/egl.h>
#include <wlr/render/wlr_renderer.h>
#include <wlr/types/wlr_box.h>
+#include <wlr/types/wlr_pointer.h>
#include <wlr/render/drm_format_set.h>
struct wlr_wl_backend {