aboutsummaryrefslogtreecommitdiffstats
path: root/unpack-trees.h
diff options
context:
space:
mode:
authorElijah Newren <newren@gmail.com>2023-04-11 03:00:40 +0000
committerJunio C Hamano <gitster@pobox.com>2023-04-11 08:52:09 -0700
commit73359a9b4375e0a0c02bb6b4f50e6782837cdc3f (patch)
tree9a628318f18931636964f63668f03a024e404459 /unpack-trees.h
parent6c6ddf92d511c423b8b54fb1b01d563b6f4c58f7 (diff)
downloadgit-73359a9b4375e0a0c02bb6b4f50e6782837cdc3f.tar.gz
treewide: be explicit about dependence on convert.h
Signed-off-by: Elijah Newren <newren@gmail.com> Acked-by: Calvin Wan <calvinwan@google.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'unpack-trees.h')
-rw-r--r--unpack-trees.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/unpack-trees.h b/unpack-trees.h
index 61c06eb7c5..30622aeebf 100644
--- a/unpack-trees.h
+++ b/unpack-trees.h
@@ -2,6 +2,7 @@
#define UNPACK_TREES_H
#include "cache.h"
+#include "convert.h"
#include "strvec.h"
#include "string-list.h"
#include "tree-walk.h"