summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorouwou <26526779+ouwou@users.noreply.github.com>2023-06-01 15:13:48 -0400
committerouwou <26526779+ouwou@users.noreply.github.com>2023-06-01 15:13:48 -0400
commitf1fb2419d671b1277c2214e645faad6d7a4fded1 (patch)
tree2c9133c6e1bcdb9539d7e80c9ab8005da5654382
parentb53710f47a95a35ed05eaf7a4e39e962308dc33c (diff)
downloadabaddon-portaudio-f1fb2419d671b1277c2214e645faad6d7a4fded1.tar.gz
abaddon-portaudio-f1fb2419d671b1277c2214e645faad6d7a4fded1.zip
update fmt paths
-rw-r--r--src/discord/snowflake.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/discord/snowflake.hpp b/src/discord/snowflake.hpp
index d63d270..2ced46b 100644
--- a/src/discord/snowflake.hpp
+++ b/src/discord/snowflake.hpp
@@ -2,8 +2,8 @@
#include <cstdint>
#include <nlohmann/json.hpp>
#include <glibmm/ustring.h>
-#include <fmt/core.h>
-#include <fmt/ostream.h>
+#include <spdlog/fmt/fmt.h>
+#include <spdlog/fmt/ostr.h>
struct Snowflake {
Snowflake();