diff options
author | ouwou <26526779+ouwou@users.noreply.github.com> | 2022-01-09 23:20:08 -0500 |
---|---|---|
committer | ouwou <26526779+ouwou@users.noreply.github.com> | 2022-01-09 23:20:08 -0500 |
commit | 481685b3bbb2b0270870dec5de87e60fc2d84d15 (patch) | |
tree | 5eaa4abf4cb800812389ce95af954e120f633e54 /src/discord/snowflake.cpp | |
parent | f31d431517b27a88a95f6972de8fcf3206df1da1 (diff) | |
download | abaddon-portaudio-481685b3bbb2b0270870dec5de87e60fc2d84d15.tar.gz abaddon-portaudio-481685b3bbb2b0270870dec5de87e60fc2d84d15.zip |
format all
Diffstat (limited to 'src/discord/snowflake.cpp')
-rw-r--r-- | src/discord/snowflake.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/discord/snowflake.cpp b/src/discord/snowflake.cpp index efa327d..3624c01 100644 --- a/src/discord/snowflake.cpp +++ b/src/discord/snowflake.cpp @@ -2,8 +2,8 @@ #include "util.hpp" #include <chrono> #include <ctime> -#include <iomanip> #include <glibmm.h> +#include <iomanip> constexpr static uint64_t DiscordEpochSeconds = 1420070400; |