summaryrefslogtreecommitdiff
path: root/src/remoteauth/remoteauthclient.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/remoteauth/remoteauthclient.hpp')
-rw-r--r--src/remoteauth/remoteauthclient.hpp9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/remoteauth/remoteauthclient.hpp b/src/remoteauth/remoteauthclient.hpp
index c2e00f3..6ab6dbb 100644
--- a/src/remoteauth/remoteauthclient.hpp
+++ b/src/remoteauth/remoteauthclient.hpp
@@ -1,4 +1,9 @@
#pragma once
+
+#ifdef WITH_QRLOGIN
+
+// clang-format off
+
#include <string>
#include <queue>
#include <spdlog/logger.h>
@@ -6,6 +11,8 @@
#include "discord/waiter.hpp"
#include "discord/websocket.hpp"
+// clang-format on
+
class RemoteAuthClient {
public:
RemoteAuthClient();
@@ -84,3 +91,5 @@ private:
type_signal_token m_signal_token;
type_signal_error m_signal_error;
};
+
+#endif