summaryrefslogtreecommitdiff
path: root/src/components/chatmessage.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/chatmessage.hpp')
-rw-r--r--src/components/chatmessage.hpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/components/chatmessage.hpp b/src/components/chatmessage.hpp
index 99fc872..8deea73 100644
--- a/src/components/chatmessage.hpp
+++ b/src/components/chatmessage.hpp
@@ -1,4 +1,10 @@
#pragma once
+#include <gdkmm/pixbufanimation.h>
+#include <gtkmm/box.h>
+#include <gtkmm/eventbox.h>
+#include <gtkmm/image.h>
+#include <gtkmm/listboxrow.h>
+#include <gtkmm/textview.h>
#include "discord/discord.hpp"
class ChatMessageItemContainer : public Gtk::EventBox {