From 30b901b4df7344021ca79af4bccf95f6e799a37c Mon Sep 17 00:00:00 2001 From: ouwou <26526779+ouwou@users.noreply.github.com> Date: Thu, 18 Jan 2024 20:30:54 -0500 Subject: add a bajillion headers back in to compile if pch is off --- src/components/channeltabswitcherhandy.cpp | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'src/components/channeltabswitcherhandy.cpp') 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); -- cgit v1.2.3