aboutsummaryrefslogtreecommitdiff
path: root/zencore/include
diff options
context:
space:
mode:
authorStefan Boberg <[email protected]>2023-04-19 10:32:11 +0200
committerStefan Boberg <[email protected]>2023-04-19 10:33:34 +0200
commitd2410d9a7fcc9464322310d7511764a024aa7707 (patch)
tree1c0fc6e4f25239fc5022c959141734dff1f76ae7 /zencore/include
parentSupport for HTTP range header (#245) (diff)
downloadzen-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.h2
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"