Include things from hyprutils

See 8c64a4bad7

Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
Šimon Brandner 2024-06-12 10:28:48 +02:00
parent 5693ea2554
commit 4c02545bf3
No known key found for this signature in database
GPG key ID: 3208FB4A81597FA9
2 changed files with 2 additions and 1 deletions

View file

@ -7,11 +7,11 @@
#include <hyprland/src/helpers/Box.hpp>
#include <hyprland/src/helpers/Color.hpp>
#include <hyprland/src/render/OpenGL.hpp>
#include <hyprutils/memory/SharedPtr.hpp>
#include <pango/pangocairo.h>
#include <pixman.h>
#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) {

View file

@ -3,6 +3,7 @@
#include <hyprland/src/Compositor.hpp>
#include <hyprland/src/desktop/DesktopTypes.hpp>
#include <hyprland/src/plugins/PluginAPI.hpp>
#include <hyprutils/string/String.hpp>
#include "dispatchers.hpp"
#include "globals.hpp"