Skip to content

Commit

Permalink
includes
Browse files Browse the repository at this point in the history
  • Loading branch information
ouwou committed Mar 29, 2024
1 parent f928d75 commit 7b63bfe
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/audio/manager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
#endif

#include "manager.hpp"
#include "abaddon.hpp"
#include <array>
#include <glibmm/main.h>
#include <spdlog/sinks/stdout_color_sinks.h>
Expand Down
1 change: 1 addition & 0 deletions src/components/channellist/channellisttree.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
#include <gtkmm/treemodel.h>
#include <gtkmm/treestore.h>
#include <gtkmm/treemodelfilter.h>
#include <gtkmm/treemodelsort.h>
#include <gtkmm/treeview.h>
#include <sigc++/sigc++.h>
#include "discord/discord.hpp"
Expand Down
1 change: 1 addition & 0 deletions src/components/channellist/classic/guildlist.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#include "guildlist.hpp"

#include "abaddon.hpp"
#include "util.hpp"
#include "guildlistfolderitem.hpp"

class GuildListDMsButton : public Gtk::EventBox {
Expand Down
1 change: 1 addition & 0 deletions src/components/channellist/classic/guildlist.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#pragma once
#include <gtkmm/listbox.h>
#include <gtkmm/menu.h>
#include "discord/snowflake.hpp"
#include "discord/usersettings.hpp"

Expand Down
2 changes: 2 additions & 0 deletions src/components/channellist/classic/guildlistguilditem.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
#include <gtkmm/image.h>
#include "discord/guild.hpp"

struct Message;
struct MessageAckData;
class GuildListGuildItem : public Gtk::EventBox {
public:
GuildListGuildItem(const GuildData &guild);
Expand Down

0 comments on commit 7b63bfe

Please sign in to comment.