aboutsummaryrefslogtreecommitdiff
path: root/src/zen/cmds/dedup_cmd.cpp
diff options
context:
space:
mode:
authorStefan Boberg <[email protected]>2023-10-27 14:36:35 +0200
committerGitHub <[email protected]>2023-10-27 14:36:35 +0200
commit2ffb62b6780c2d947b883e87a9534cf71d8b61c5 (patch)
tree62a890a672d37a7f584d1d0f96ae48b5628b9978 /src/zen/cmds/dedup_cmd.cpp
parent0.2.30-pre0 (diff)
downloadarchived-zen-2ffb62b6780c2d947b883e87a9534cf71d8b61c5.tar.xz
archived-zen-2ffb62b6780c2d947b883e87a9534cf71d8b61c5.zip
added missing includes (#504)
this change adds some includes to files which "inherit" includes from elsewhere this was exposed on another branch when removing some heavy dependencies from central headers
Diffstat (limited to 'src/zen/cmds/dedup_cmd.cpp')
-rw-r--r--src/zen/cmds/dedup_cmd.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/zen/cmds/dedup_cmd.cpp b/src/zen/cmds/dedup_cmd.cpp
index d496cf404..5f74305c7 100644
--- a/src/zen/cmds/dedup_cmd.cpp
+++ b/src/zen/cmds/dedup_cmd.cpp
@@ -4,6 +4,7 @@
#include <zencore/blake3.h>
#include <zencore/filesystem.h>
+#include <zencore/fmtutils.h>
#include <zencore/iobuffer.h>
#include <zencore/logging.h>
#include <zencore/string.h>
@@ -15,6 +16,7 @@
#endif
#include <list>
+#include <unordered_map>
namespace zen {