commit-reach: move commit_contains from ref-filter
[gitweb.git] / builtin / merge.c
index d1b547d97376d74e02e8f3dae3a1afb64dd2b780..4c601c40a2efbb459325a3c6f62a1863172d1e75 100644 (file)
@@ -36,6 +36,7 @@
 #include "packfile.h"
 #include "tag.h"
 #include "alias.h"
+#include "commit-reach.h"
 
 #define DEFAULT_TWOHEAD (1<<0)
 #define DEFAULT_OCTOPUS (1<<1)