diff options
| author | Stefan Boberg <[email protected]> | 2023-04-19 10:32:11 +0200 |
|---|---|---|
| committer | Stefan Boberg <[email protected]> | 2023-04-19 10:33:34 +0200 |
| commit | d2410d9a7fcc9464322310d7511764a024aa7707 (patch) | |
| tree | 1c0fc6e4f25239fc5022c959141734dff1f76ae7 /zenserver/auth | |
| parent | Support for HTTP range header (#245) (diff) | |
| download | zen-d2410d9a7fcc9464322310d7511764a024aa7707.tar.xz zen-d2410d9a7fcc9464322310d7511764a024aa7707.zip | |
added missing #pragma once
required for unity builds to work properly
Diffstat (limited to 'zenserver/auth')
| -rw-r--r-- | zenserver/auth/authmgr.h | 2 | ||||
| -rw-r--r-- | zenserver/auth/oidc.h | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/zenserver/auth/authmgr.h b/zenserver/auth/authmgr.h index 0354bdbfa..054588ab9 100644 --- a/zenserver/auth/authmgr.h +++ b/zenserver/auth/authmgr.h @@ -1,5 +1,7 @@ // Copyright Epic Games, Inc. All Rights Reserved. +#pragma once + #include <zencore/crypto.h> #include <zencore/iobuffer.h> #include <zencore/string.h> diff --git a/zenserver/auth/oidc.h b/zenserver/auth/oidc.h index 4ed06317b..f43ae3cd7 100644 --- a/zenserver/auth/oidc.h +++ b/zenserver/auth/oidc.h @@ -1,5 +1,7 @@ // Copyright Epic Games, Inc. All Rights Reserved. +#pragma once + #include <zencore/string.h> #include <vector> |