aboutsummaryrefslogtreecommitdiff
path: root/zenserver/auth/authservice.cpp
diff options
context:
space:
mode:
authorPer Larsson <[email protected]>2022-01-28 10:16:34 +0100
committerPer Larsson <[email protected]>2022-01-28 10:16:34 +0100
commitb34fcd781777c522b155be69239967b2dcfd1c36 (patch)
tree4de81ad72d94ce29857439171c76bd7bab551745 /zenserver/auth/authservice.cpp
parentAdd OpenID auth to auth mgr. (diff)
downloadzen-b34fcd781777c522b155be69239967b2dcfd1c36.tar.xz
zen-b34fcd781777c522b155be69239967b2dcfd1c36.zip
Extended auth mgr to restore OpenID provider(s) and token(s).
Diffstat (limited to 'zenserver/auth/authservice.cpp')
-rw-r--r--zenserver/auth/authservice.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/zenserver/auth/authservice.cpp b/zenserver/auth/authservice.cpp
index 20ea252fa..4e6f496a6 100644
--- a/zenserver/auth/authservice.cpp
+++ b/zenserver/auth/authservice.cpp
@@ -6,7 +6,9 @@
#include <zencore/compactbinarybuilder.h>
#include <zencore/string.h>
+ZEN_THIRD_PARTY_INCLUDES_START
#include <json11.hpp>
+ZEN_THIRD_PARTY_INCLUDES_END
namespace zen {