diff options
| author | Stefan Boberg <[email protected]> | 2021-05-22 11:40:03 +0200 |
|---|---|---|
| committer | Stefan Boberg <[email protected]> | 2021-05-22 11:40:03 +0200 |
| commit | c0760dafc01a21abffb207a2598b978930d6fcb9 (patch) | |
| tree | 9f2ec1a8e37d98d75e45432572ab31d93f3b07dd /zenstore/basicfile.cpp | |
| parent | Fixed up PutLargeObject() error handling (diff) | |
| download | zen-c0760dafc01a21abffb207a2598b978930d6fcb9.tar.xz zen-c0760dafc01a21abffb207a2598b978930d6fcb9.zip | |
clang-format
Diffstat (limited to 'zenstore/basicfile.cpp')
| -rw-r--r-- | zenstore/basicfile.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/zenstore/basicfile.cpp b/zenstore/basicfile.cpp index 0164a45ee..7f10fc5e6 100644 --- a/zenstore/basicfile.cpp +++ b/zenstore/basicfile.cpp @@ -1,8 +1,10 @@ +// Copyright Epic Games, Inc. All Rights Reserved. + #include "zenstore/basicfile.h" +#include <zencore/except.h> #include <zencore/filesystem.h> #include <zencore/fmtutils.h> -#include <zencore/except.h> #include <fmt/format.h> #include <gsl/gsl-lite.hpp> |