summaryrefslogtreecommitdiff
path: root/src/components/channeltabswitcherhandy.cpp
diff options
context:
space:
mode:
authorouwou <26526779+ouwou@users.noreply.github.com>2024-01-18 20:30:54 -0500
committerouwou <26526779+ouwou@users.noreply.github.com>2024-01-18 20:30:54 -0500
commit30b901b4df7344021ca79af4bccf95f6e799a37c (patch)
tree3ba99b2522ebac48e3e958c15ed0a31376169117 /src/components/channeltabswitcherhandy.cpp
parenteb09a5b2211ebfb37aff218250bc7e4aaffee5d0 (diff)
downloadabaddon-portaudio-30b901b4df7344021ca79af4bccf95f6e799a37c.tar.gz
abaddon-portaudio-30b901b4df7344021ca79af4bccf95f6e799a37c.zip
add a bajillion headers back in to compile if pch is off
Diffstat (limited to 'src/components/channeltabswitcherhandy.cpp')
-rw-r--r--src/components/channeltabswitcherhandy.cpp7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/components/channeltabswitcherhandy.cpp b/src/components/channeltabswitcherhandy.cpp
index 14c5c49..fa4fccc 100644
--- a/src/components/channeltabswitcherhandy.cpp
+++ b/src/components/channeltabswitcherhandy.cpp
@@ -1,6 +1,11 @@
#ifdef WITH_LIBHANDY
- #include "channeltabswitcherhandy.hpp"
+// clang-format off
+
+#include "channeltabswitcherhandy.hpp"
+#include "abaddon.hpp"
+
+// clang-format on
void selected_page_notify_cb(HdyTabView *view, GParamSpec *pspec, ChannelTabSwitcherHandy *switcher) {
auto *page = hdy_tab_view_get_selected_page(view);