diff options
author | Brett Alcox <[email protected]> | 2023-11-05 11:32:27 -0600 |
---|---|---|
committer | GitHub <[email protected]> | 2023-11-05 17:32:27 +0000 |
commit | a122271f096076ab34750dbbf6914422e7481410 (patch) | |
tree | b51ed9a2694295067b029fccab6b46ef689fa2e0 /src/includes.hpp | |
parent | 600a128f83c9f6d6cf37d4e9de6bf9001d321bd0 (diff) | |
download | Hyprland-a122271f096076ab34750dbbf6914422e7481410.tar.gz Hyprland-a122271f096076ab34750dbbf6914422e7481410.zip |
includes: fix box headers (#3771)
Diffstat (limited to 'src/includes.hpp')
-rw-r--r-- | src/includes.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/includes.hpp b/src/includes.hpp index b6f357bf..a89f0950 100644 --- a/src/includes.hpp +++ b/src/includes.hpp @@ -105,6 +105,7 @@ extern "C" { #include <wlr/types/wlr_idle_notify_v1.h> #include <wlr/types/wlr_cursor_shape_v1.h> #include <wlr/types/wlr_tearing_control_v1.h> +#include <wlr/util/box.h> #include <libdrm/drm_fourcc.h> |