diff options
-rw-r--r-- | include/wlr/types/wlr_gamma_control_v1.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/wlr/types/wlr_gamma_control_v1.h b/include/wlr/types/wlr_gamma_control_v1.h index 36f4b207..48fce09f 100644 --- a/include/wlr/types/wlr_gamma_control_v1.h +++ b/include/wlr/types/wlr_gamma_control_v1.h @@ -3,6 +3,9 @@ #include <wayland-server-core.h> +struct wlr_output; +struct wlr_output_state; + struct wlr_gamma_control_manager_v1 { struct wl_global *global; struct wl_list controls; // wlr_gamma_control_v1.link |