Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/libgit2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdward Thomson <ethomson@microsoft.com>2013-01-03 22:44:09 +0400
committerEdward Thomson <ethomson@microsoft.com>2013-01-04 02:35:59 +0400
commit42e50b5ed10fcebab794d35cefa1eedcd79072b6 (patch)
treebf7f56bda58b5be43edf2f2ba2ea31aa49a51311 /src/merge.h
parentb449a9ae8c9ac17652c5ab006859dd29b62a5b48 (diff)
MERGE_HEAD contents iterator
Diffstat (limited to 'src/merge.h')
-rw-r--r--src/merge.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/merge.h b/src/merge.h
index af24de474..03b41e388 100644
--- a/src/merge.h
+++ b/src/merge.h
@@ -10,6 +10,7 @@
#include "git2/types.h"
#include "git2/merge.h"
#include "commit_list.h"
+#include "vector.h"
#define GIT_MERGE_MSG_FILE "MERGE_MSG"
#define GIT_MERGE_MODE_FILE "MERGE_MODE"