aboutsummaryrefslogtreecommitdiff
path: root/src/zenstore/chunkedfile.cpp
diff options
context:
space:
mode:
authorDan Engelbrecht <[email protected]>2025-01-17 09:37:15 +0100
committerDan Engelbrecht <[email protected]>2025-01-17 09:37:15 +0100
commit60b8fd33b6708c0640a5df9e8bfc0d9ac1a2a1d7 (patch)
tree86f1ba78b539d5906471c1eb014c260099354e57 /src/zenstore/chunkedfile.cpp
parentclang format (diff)
parentadd missing statsd.enabled and gc.projectstore.duration.seconds (#275) (diff)
downloadzen-60b8fd33b6708c0640a5df9e8bfc0d9ac1a2a1d7.tar.xz
zen-60b8fd33b6708c0640a5df9e8bfc0d9ac1a2a1d7.zip
Merge remote-tracking branch 'origin/main' into de/zen-service-command
Diffstat (limited to 'src/zenstore/chunkedfile.cpp')
-rw-r--r--src/zenstore/chunkedfile.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/zenstore/chunkedfile.cpp b/src/zenstore/chunkedfile.cpp
index 0b66c7b9b..0f3cf5112 100644
--- a/src/zenstore/chunkedfile.cpp
+++ b/src/zenstore/chunkedfile.cpp
@@ -1,7 +1,7 @@
// Copyright Epic Games, Inc. All Rights Reserved.
+#include <zencore/basicfile.h>
#include <zenstore/chunkedfile.h>
-#include <zenutil/basicfile.h>
#include "chunking.h"