aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorIlia Bozhinov <ammen99@gmail.com>2018-08-31 20:48:38 +0300
committerIlia Bozhinov <ammen99@gmail.com>2018-08-31 20:48:38 +0300
commit62539e265e6930e055552a11092195848567a12b (patch)
treedae2a1b5f71f16dc1347f36a02d54e41be3d0366 /include
parent2f484537181c515082b632f9d575613abda72a48 (diff)
add missing wlr_box.h include in wlr_screencopy_v1.h
Diffstat (limited to 'include')
-rw-r--r--include/wlr/types/wlr_screencopy_v1.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/wlr/types/wlr_screencopy_v1.h b/include/wlr/types/wlr_screencopy_v1.h
index 822fb3d0..aba32a45 100644
--- a/include/wlr/types/wlr_screencopy_v1.h
+++ b/include/wlr/types/wlr_screencopy_v1.h
@@ -10,6 +10,7 @@
#define WLR_TYPES_WLR_SCREENCOPY_V1_H
#include <wayland-server.h>
+#include <wlr/types/wlr_box.h>
struct wlr_screencopy_manager_v1 {
struct wl_global *global;