summaryrefslogtreecommitdiff
path: root/commit-graph.c
diff options
context:
space:
mode:
authorElijah Newren <newren@gmail.com>2023-04-11 03:00:42 +0000
committerJunio C Hamano <gitster@pobox.com>2023-04-11 08:52:09 -0700
commit6f2d74304335f571374f786537b2efe5aba9f48c (patch)
treec53ad467a1a4234a355d43c0da45f0b38055afbb /commit-graph.c
parent75f273d9b7ce1d63c0c94e0e196107e90b3b9538 (diff)
downloadgit-6f2d74304335f571374f786537b2efe5aba9f48c.tar.gz
treewide: be explicit about dependence on oid-array.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 'commit-graph.c')
-rw-r--r--commit-graph.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/commit-graph.c b/commit-graph.c
index 1bf673b134..fe9a8b2342 100644
--- a/commit-graph.c
+++ b/commit-graph.c
@@ -12,6 +12,7 @@
#include "hash-lookup.h"
#include "commit-graph.h"
#include "object-store.h"
+#include "oid-array.h"
#include "alloc.h"
#include "hashmap.h"
#include "replace-object.h"