From 30b901b4df7344021ca79af4bccf95f6e799a37c Mon Sep 17 00:00:00 2001 From: ouwou <26526779+ouwou@users.noreply.github.com> Date: Thu, 18 Jan 2024 20:30:54 -0500 Subject: add a bajillion headers back in to compile if pch is off --- src/remoteauth/remoteauthclient.hpp | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'src/remoteauth/remoteauthclient.hpp') diff --git a/src/remoteauth/remoteauthclient.hpp b/src/remoteauth/remoteauthclient.hpp index 6ab6dbb..d911474 100644 --- a/src/remoteauth/remoteauthclient.hpp +++ b/src/remoteauth/remoteauthclient.hpp @@ -4,12 +4,17 @@ // clang-format off +#include #include #include + #include -#include "ssl.hpp" + +#include "discord/errors.hpp" +#include "discord/snowflake.hpp" #include "discord/waiter.hpp" #include "discord/websocket.hpp" +#include "ssl.hpp" // clang-format on -- cgit v1.2.3