vendor/libgit2/src/attr_file.h in rugged-0.26.7 vs vendor/libgit2/src/attr_file.h in rugged-0.27.0

- old
+ new

@@ -5,9 +5,11 @@ * a Linking Exception. For full terms see the included COPYING file. */ #ifndef INCLUDE_attr_file_h__ #define INCLUDE_attr_file_h__ +#include "common.h" + #include "git2/oid.h" #include "git2/attr.h" #include "vector.h" #include "pool.h" #include "buffer.h"