diff options
Diffstat (limited to 'src/zenhttp/include')
| -rw-r--r-- | src/zenhttp/include/zenhttp/auth/oidc.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/zenhttp/include/zenhttp/auth/oidc.h b/src/zenhttp/include/zenhttp/auth/oidc.h index f43ae3cd7..6f9c3198e 100644 --- a/src/zenhttp/include/zenhttp/auth/oidc.h +++ b/src/zenhttp/include/zenhttp/auth/oidc.h @@ -2,13 +2,14 @@ #pragma once +#include <zenbase/refcount.h> #include <zencore/string.h> #include <vector> namespace zen { -class OidcClient +class OidcClient : public RefCounted { public: struct Options |