diff options
author | Elijah Newren <newren@gmail.com> | 2023-04-11 05:00:40 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2023-04-11 17:52:09 +0200 |
commit | 73359a9b4375e0a0c02bb6b4f50e6782837cdc3f (patch) | |
tree | 9a628318f18931636964f63668f03a024e404459 /unpack-trees.h | |
parent | treewide: be explicit about dependence on advice.h (diff) | |
download | git-73359a9b4375e0a0c02bb6b4f50e6782837cdc3f.tar.xz git-73359a9b4375e0a0c02bb6b4f50e6782837cdc3f.zip |
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.h | 1 |
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" |