vendor/libgit2/include/git2/sys/index.h in rugged-0.27.5 vs vendor/libgit2/include/git2/sys/index.h in rugged-0.27.7

- old
+ new

@@ -5,9 +5,12 @@ * a Linking Exception. For full terms see the included COPYING file. */ #ifndef INCLUDE_sys_git_index_h__ #define INCLUDE_sys_git_index_h__ +#include "git2/common.h" +#include "git2/types.h" + /** * @file git2/sys/index.h * @brief Low-level Git index manipulation routines * @defgroup git_backend Git custom backend APIs * @ingroup Git