From ff19d60d68ef5f508a5a8ff30be6519598ff50e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Mart=C3=ADn=20Nieto?= Date: Sun, 31 May 2015 19:21:42 +0200 Subject: Include git2/transaction.h This was forgotten when the feature was implemented. --- include/git2.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/git2.h b/include/git2.h index cf6b5cb89..d141c59d3 100644 --- a/include/git2.h +++ b/include/git2.h @@ -58,6 +58,7 @@ #include "git2/submodule.h" #include "git2/tag.h" #include "git2/transport.h" +#include "git2/transaction.h" #include "git2/tree.h" #include "git2/types.h" #include "git2/version.h" -- cgit v1.2.1