summaryrefslogtreecommitdiff
path: root/src/components/channels.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/channels.cpp')
-rw-r--r--src/components/channels.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/components/channels.cpp b/src/components/channels.cpp
index 6ed3ca4..cafb8e0 100644
--- a/src/components/channels.cpp
+++ b/src/components/channels.cpp
@@ -3,6 +3,8 @@
#include <algorithm>
#include <map>
#include <unordered_map>
+#include "abaddon.hpp"
+#include "util.hpp"
ChannelList::ChannelList()
: Glib::ObjectBase(typeid(ChannelList))