summaryrefslogtreecommitdiff
path: root/src/buildtool/auth/authentication.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/buildtool/auth/authentication.hpp')
-rw-r--r--src/buildtool/auth/authentication.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/buildtool/auth/authentication.hpp b/src/buildtool/auth/authentication.hpp
index a903f7fe..14bc02bb 100644
--- a/src/buildtool/auth/authentication.hpp
+++ b/src/buildtool/auth/authentication.hpp
@@ -22,9 +22,9 @@
#include <string>
#include <utility>
-#include <gsl-lite/gsl-lite.hpp>
-
#include "src/buildtool/logging/logger.hpp"
+
+#include <gsl/gsl>
enum class AuthMethod : std::uint8_t { kNONE, kTLS };
class Auth {