aboutsummaryrefslogtreecommitdiff
path: root/include/wlr
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2018-08-31 14:00:35 -0400
committerGitHub <noreply@github.com>2018-08-31 14:00:35 -0400
commit2ddabacacf1162393e501ffd3c1439481bb4e31b (patch)
treea5bedb169226cc9916ad80d53b14cef614c3f086 /include/wlr
parent6014ee50b3d6b093e292c25ef9af6b550efb357f (diff)
parent62539e265e6930e055552a11092195848567a12b (diff)
Merge pull request #1210 from ammen99/fix-include
add missing wlr_box.h include in wlr_screencopy_v1.h
Diffstat (limited to 'include/wlr')
-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;