From 62539e265e6930e055552a11092195848567a12b Mon Sep 17 00:00:00 2001 From: Ilia Bozhinov Date: Fri, 31 Aug 2018 20:48:38 +0300 Subject: [PATCH] add missing wlr_box.h include in wlr_screencopy_v1.h --- include/wlr/types/wlr_screencopy_v1.h | 1 + 1 file changed, 1 insertion(+) 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 +#include struct wlr_screencopy_manager_v1 { struct wl_global *global;