summaryrefslogtreecommitdiff
path: root/src/components/channellist/channellisttree.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/channellist/channellisttree.cpp')
-rw-r--r--src/components/channellist/channellisttree.cpp6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/components/channellist/channellisttree.cpp b/src/components/channellist/channellisttree.cpp
index a509f21..8049f58 100644
--- a/src/components/channellist/channellisttree.cpp
+++ b/src/components/channellist/channellisttree.cpp
@@ -1,9 +1,13 @@
#include "channellisttree.hpp"
-#include "imgmanager.hpp"
+
#include <algorithm>
#include <map>
#include <unordered_map>
+
+#include <gtkmm/main.h>
+
#include "abaddon.hpp"
+#include "imgmanager.hpp"
#include "util.hpp"
ChannelListTree::ChannelListTree()