aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/includes.hpp
diff options
context:
space:
mode:
authorvaxerski <[email protected]>2023-02-16 13:37:46 +0000
committervaxerski <[email protected]>2023-02-16 13:37:46 +0000
commitff95721ad9dd51f51f84305746bb47593b9f4f76 (patch)
tree2df3081d287234d28e718d91290c074ab7694536 /src/includes.hpp
parentd710e7347a0657130ab9f6175efd7705d4862bf4 (diff)
downloadHyprland-ff95721ad9dd51f51f84305746bb47593b9f4f76.tar.gz
Hyprland-ff95721ad9dd51f51f84305746bb47593b9f4f76.zip
fix compile for single_pixel_buffer_v1
Diffstat (limited to 'src/includes.hpp')
-rw-r--r--src/includes.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/includes.hpp b/src/includes.hpp
index aaac7c09..83d4b71f 100644
--- a/src/includes.hpp
+++ b/src/includes.hpp
@@ -103,6 +103,7 @@ extern "C" {
#include <wlr/backend/multi.h>
#include <wlr/backend/wayland.h>
#include <wlr/types/wlr_session_lock_v1.h>
+#include <wlr/types/wlr_single_pixel_buffer_v1.h>
#include <drm_fourcc.h>