From 3931cac71a4d72ec0f39c48411f9220a8c204f67 Mon Sep 17 00:00:00 2001 From: ouwou <26526779+ouwou@users.noreply.github.com> Date: Tue, 30 May 2023 19:43:12 -0400 Subject: include fmt/ostream.h --- src/discord/snowflake.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/discord/snowflake.hpp b/src/discord/snowflake.hpp index 83a2bc3..d63d270 100644 --- a/src/discord/snowflake.hpp +++ b/src/discord/snowflake.hpp @@ -3,6 +3,7 @@ #include #include #include +#include struct Snowflake { Snowflake(); -- cgit v1.2.3