aboutsummaryrefslogtreecommitdiff
path: root/zenstore/basicfile.cpp
diff options
context:
space:
mode:
authorStefan Boberg <[email protected]>2021-05-22 11:40:03 +0200
committerStefan Boberg <[email protected]>2021-05-22 11:40:03 +0200
commitc0760dafc01a21abffb207a2598b978930d6fcb9 (patch)
tree9f2ec1a8e37d98d75e45432572ab31d93f3b07dd /zenstore/basicfile.cpp
parentFixed up PutLargeObject() error handling (diff)
downloadzen-c0760dafc01a21abffb207a2598b978930d6fcb9.tar.xz
zen-c0760dafc01a21abffb207a2598b978930d6fcb9.zip
clang-format
Diffstat (limited to 'zenstore/basicfile.cpp')
-rw-r--r--zenstore/basicfile.cpp4
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>