summaryrefslogtreecommitdiff
path: root/src/components
diff options
context:
space:
mode:
authorpastalian <28638872+pastalian@users.noreply.github.com>2024-06-16 05:47:48 +0900
committerGitHub <noreply@github.com>2024-06-15 16:47:48 -0400
commitbc7c5f9ec3f1f19517a556a4c4f9e830ca191c32 (patch)
tree13389c5371b2e1fbbab01a0fdec71e53c982bf1c /src/components
parente6b4871df3c0642d6feaf5fea4626973653bf36c (diff)
downloadabaddon-portaudio-bc7c5f9ec3f1f19517a556a4c4f9e830ca191c32.tar.gz
abaddon-portaudio-bc7c5f9ec3f1f19517a556a4c4f9e830ca191c32.zip
Explicitly include headers for PCH free build (#312)
There are some headers that implicitly included by PCH. Include those explicitly so PCH free build succeeds.
Diffstat (limited to 'src/components')
-rw-r--r--src/components/channellist/classic/guildlist.cpp2
-rw-r--r--src/components/channellist/classic/mentionoverlay.hpp2
2 files changed, 4 insertions, 0 deletions
diff --git a/src/components/channellist/classic/guildlist.cpp b/src/components/channellist/classic/guildlist.cpp
index fdc15f9..11a6775 100644
--- a/src/components/channellist/classic/guildlist.cpp
+++ b/src/components/channellist/classic/guildlist.cpp
@@ -1,3 +1,5 @@
+#include <gtkmm/overlay.h>
+
#include "guildlist.hpp"
#include "abaddon.hpp"
diff --git a/src/components/channellist/classic/mentionoverlay.hpp b/src/components/channellist/classic/mentionoverlay.hpp
index ceb4f01..7c168c2 100644
--- a/src/components/channellist/classic/mentionoverlay.hpp
+++ b/src/components/channellist/classic/mentionoverlay.hpp
@@ -1,5 +1,7 @@
#pragma once
+#include <set>
+
#include <gtkmm/drawingarea.h>
#include <pangomm/fontdescription.h>