summaryrefslogtreecommitdiff
path: root/src/components/friendslist.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/friendslist.hpp')
-rw-r--r--src/components/friendslist.hpp9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/components/friendslist.hpp b/src/components/friendslist.hpp
index c4056f0..9f2c025 100644
--- a/src/components/friendslist.hpp
+++ b/src/components/friendslist.hpp
@@ -1,4 +1,13 @@
#pragma once
+#include <gtkmm/box.h>
+#include <gtkmm/button.h>
+#include <gtkmm/buttonbox.h>
+#include <gtkmm/entry.h>
+#include <gtkmm/label.h>
+#include <gtkmm/listbox.h>
+#include <gtkmm/radiobuttongroup.h>
+#include <gtkmm/scrolledwindow.h>
+#include <gtkmm/window.h>
#include "discord/objects.hpp"
class FriendsListAddComponent : public Gtk::Box {