diff options
| author | ouwou <26526779+ouwou@users.noreply.github.com> | 2024-01-19 01:29:25 -0500 |
|---|---|---|
| committer | ouwou <26526779+ouwou@users.noreply.github.com> | 2024-01-19 01:29:25 -0500 |
| commit | d1f6e1daa99e70ab3a9d583a0de286c97ab13413 (patch) | |
| tree | bd8a946a482fb0912ed423d47eb9af697269181e /src/components/channellist/classic/guildlistfolderitem.hpp | |
| parent | c384ed237caf249f706d33e2f56448e597fe0b3f (diff) | |
| download | abaddon-portaudio-d1f6e1daa99e70ab3a9d583a0de286c97ab13413.tar.gz abaddon-portaudio-d1f6e1daa99e70ab3a9d583a0de286c97ab13413.zip | |
headers
Diffstat (limited to 'src/components/channellist/classic/guildlistfolderitem.hpp')
| -rw-r--r-- | src/components/channellist/classic/guildlistfolderitem.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/components/channellist/classic/guildlistfolderitem.hpp b/src/components/channellist/classic/guildlistfolderitem.hpp index 6a9fb50..82a5a14 100644 --- a/src/components/channellist/classic/guildlistfolderitem.hpp +++ b/src/components/channellist/classic/guildlistfolderitem.hpp @@ -1,8 +1,10 @@ #pragma once #include <gtkmm/box.h> #include <gtkmm/eventbox.h> +#include <gtkmm/grid.h> #include <gtkmm/image.h> #include <gtkmm/revealer.h> +#include <gtkmm/stack.h> #include "guildlistguilditem.hpp" #include "discord/usersettings.hpp" |
