From 4c02545bf31ffbcd2124f6827db2c6c135a5c9bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0imon=20Brandner?= Date: Wed, 12 Jun 2024 10:28:48 +0200 Subject: [PATCH] Include things from hyprutils MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/hyprwm/Hyprland/commit/8c64a4bad710fb18e9b84812bd680a89d1e93661 Signed-off-by: Šimon Brandner --- src/TabGroup.cpp | 2 +- src/dispatchers.cpp | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/TabGroup.cpp b/src/TabGroup.cpp index f892a83..a462c09 100644 --- a/src/TabGroup.cpp +++ b/src/TabGroup.cpp @@ -7,11 +7,11 @@ #include #include #include +#include #include #include #include "globals.hpp" -#include "src/helpers/memory/SharedPtr.hpp" #include "src/render/Texture.hpp" Hy3TabBarEntry::Hy3TabBarEntry(Hy3TabBar& tab_bar, Hy3Node& node): tab_bar(tab_bar), node(node) { diff --git a/src/dispatchers.cpp b/src/dispatchers.cpp index 6a861d5..e4b59c3 100644 --- a/src/dispatchers.cpp +++ b/src/dispatchers.cpp @@ -3,6 +3,7 @@ #include #include #include +#include #include "dispatchers.hpp" #include "globals.hpp"