summaryrefslogtreecommitdiff
path: root/src/windows/profile/mutualfriendspane.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/windows/profile/mutualfriendspane.hpp')
-rw-r--r--src/windows/profile/mutualfriendspane.hpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/windows/profile/mutualfriendspane.hpp b/src/windows/profile/mutualfriendspane.hpp
index 5f2c964..3cd2fcb 100644
--- a/src/windows/profile/mutualfriendspane.hpp
+++ b/src/windows/profile/mutualfriendspane.hpp
@@ -1,4 +1,11 @@
#pragma once
+
+#include <gtkmm/box.h>
+#include <gtkmm/image.h>
+#include <gtkmm/label.h>
+#include <gtkmm/listbox.h>
+#include <gtkmm/scrolledwindow.h>
+
#include "discord/objects.hpp"
class MutualFriendItem : public Gtk::Box {