summaryrefslogtreecommitdiff
path: root/src/remoteauth/remoteauthclient.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/remoteauth/remoteauthclient.cpp')
-rw-r--r--src/remoteauth/remoteauthclient.cpp6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/remoteauth/remoteauthclient.cpp b/src/remoteauth/remoteauthclient.cpp
index 5103c8d..fb68888 100644
--- a/src/remoteauth/remoteauthclient.cpp
+++ b/src/remoteauth/remoteauthclient.cpp
@@ -3,10 +3,14 @@
// clang-format off
#include "remoteauthclient.hpp"
-#include "http.hpp"
+
#include <nlohmann/json.hpp>
#include <spdlog/fmt/bin_to_hex.h>
+#include "abaddon.hpp"
+#include "http.hpp"
+
+
// clang-format on
RemoteAuthClient::RemoteAuthClient()