summaryrefslogtreecommitdiff
path: root/src/windows/profile/userinfopane.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/windows/profile/userinfopane.hpp')
-rw-r--r--src/windows/profile/userinfopane.hpp9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/windows/profile/userinfopane.hpp b/src/windows/profile/userinfopane.hpp
index d83557b..7ac4c2b 100644
--- a/src/windows/profile/userinfopane.hpp
+++ b/src/windows/profile/userinfopane.hpp
@@ -1,4 +1,13 @@
#pragma once
+
+#include <gtkmm/box.h>
+#include <gtkmm/eventbox.h>
+#include <gtkmm/grid.h>
+#include <gtkmm/image.h>
+#include <gtkmm/label.h>
+#include <gtkmm/overlay.h>
+#include <gtkmm/textview.h>
+
#include "discord/objects.hpp"
class ConnectionItem : public Gtk::EventBox {