From 73359a9b4375e0a0c02bb6b4f50e6782837cdc3f Mon Sep 17 00:00:00 2001 From: Elijah Newren Date: Tue, 11 Apr 2023 03:00:40 +0000 Subject: treewide: be explicit about dependence on convert.h Signed-off-by: Elijah Newren Acked-by: Calvin Wan Signed-off-by: Junio C Hamano --- object-file.c | 1 + 1 file changed, 1 insertion(+) (limited to 'object-file.c') diff --git a/object-file.c b/object-file.c index 76b22ca75c..a4331e0da6 100644 --- a/object-file.c +++ b/object-file.c @@ -10,6 +10,7 @@ #include "abspath.h" #include "alloc.h" #include "config.h" +#include "convert.h" #include "environment.h" #include "gettext.h" #include "hex.h" -- cgit 1.2.3-korg