diff options
Diffstat (limited to 'src/graph.c')
-rw-r--r-- | src/graph.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/graph.c b/src/graph.c index 948f7d306..df82f0f71 100644 --- a/src/graph.c +++ b/src/graph.c @@ -5,6 +5,8 @@ * a Linking Exception. For full terms see the included COPYING file. */ +#include "common.h" + #include "revwalk.h" #include "merge.h" #include "git2/graph.h" |