]> git.ipfire.org Git - thirdparty/git.git/blobdiff - upload-pack.c
Merge branch 'tb/shallow-cleanup'
[thirdparty/git.git] / upload-pack.c
index 902d0ad5e157fde33ec013476086740946e285df..613a960624bb731b7ef2645334bd30505ced2b82 100644 (file)
@@ -26,6 +26,7 @@
 #include "serve.h"
 #include "commit-graph.h"
 #include "commit-reach.h"
+#include "shallow.h"
 
 /* Remember to update object flag allocation in object.h */
 #define THEY_HAVE      (1u << 11)