summaryrefslogtreecommitdiff
path: root/src/components/channeltabswitcherhandy.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/channeltabswitcherhandy.hpp')
-rw-r--r--src/components/channeltabswitcherhandy.hpp14
1 files changed, 10 insertions, 4 deletions
diff --git a/src/components/channeltabswitcherhandy.hpp b/src/components/channeltabswitcherhandy.hpp
index f5a31fa..86d1e73 100644
--- a/src/components/channeltabswitcherhandy.hpp
+++ b/src/components/channeltabswitcherhandy.hpp
@@ -1,10 +1,16 @@
#pragma once
// perhaps this should be conditionally included within cmakelists?
#ifdef WITH_LIBHANDY
- #include <unordered_map>
- #include <handy.h>
- #include "discord/snowflake.hpp"
- #include "state.hpp"
+
+// clang-format off
+
+#include <unordered_map>
+#include <gtkmm/box.h>
+#include <handy.h>
+#include "discord/snowflake.hpp"
+#include "state.hpp"
+
+// clang-format off
class ChannelData;