]> git.ipfire.org Git - thirdparty/git.git/commitdiff
SQUASH??? play well with other topics by preemptively including "repository.h"
authorJunio C Hamano <gitster@pobox.com>
Mon, 29 Sep 2025 22:40:59 +0000 (15:40 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 29 Sep 2025 22:41:03 +0000 (15:41 -0700)
repack-geometry.c

index fd4a89a1159087f91f223bffcd87aa5f7904fee6..56d651c9cee81a8e41c796d63d4ad4f09c9c3b39 100644 (file)
@@ -1,6 +1,7 @@
 #define DISABLE_SIGN_COMPARE_WARNINGS
 
 #include "git-compat-util.h"
+#include <repository.h>
 #include "repack.h"
 #include "hex.h"
 #include "packfile.h"