diff options
Diffstat (limited to 'src/discord/channel.cpp')
-rw-r--r-- | src/discord/channel.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/discord/channel.cpp b/src/discord/channel.cpp index a7102ad..8b3ee19 100644 --- a/src/discord/channel.cpp +++ b/src/discord/channel.cpp @@ -1,5 +1,7 @@ #include "channel.hpp" +#include "abaddon.hpp" + void from_json(const nlohmann::json &j, ThreadMetadataData &m) { JS_D("archived", m.IsArchived); JS_D("auto_archive_duration", m.AutoArchiveDuration); |