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 /zencore/include | |
| 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 'zencore/include')
| -rw-r--r-- | zencore/include/zencore/scopeguard.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/zencore/include/zencore/scopeguard.h b/zencore/include/zencore/scopeguard.h index 00836f181..13fed4ac5 100644 --- a/zencore/include/zencore/scopeguard.h +++ b/zencore/include/zencore/scopeguard.h @@ -1,5 +1,7 @@ // Copyright Epic Games, Inc. All Rights Reserved. +#pragma once + #include <type_traits> #include "zencore.h" |