summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/git2/stash.h1
-rw-r--r--include/git2/transaction.h1
-rw-r--r--include/git2/types.h3
3 files changed, 5 insertions, 0 deletions
diff --git a/include/git2/stash.h b/include/git2/stash.h
index 3af9cde38..f9e92abaa 100644
--- a/include/git2/stash.h
+++ b/include/git2/stash.h
@@ -9,6 +9,7 @@
#include "common.h"
#include "types.h"
+#include "checkout.h"
/**
* @file git2/stash.h
diff --git a/include/git2/transaction.h b/include/git2/transaction.h
index 00ca13993..4938570b5 100644
--- a/include/git2/transaction.h
+++ b/include/git2/transaction.h
@@ -8,6 +8,7 @@
#define INCLUDE_git_transaction_h__
#include "common.h"
+#include "types.h"
/**
* @file git2/transaction.h
diff --git a/include/git2/types.h b/include/git2/types.h
index ad34e0170..049c2d2f2 100644
--- a/include/git2/types.h
+++ b/include/git2/types.h
@@ -63,6 +63,9 @@ typedef int64_t git_time_t;
#endif
+#include "buffer.h"
+#include "oid.h"
+
/** Basic type (loose or packed) of any Git object. */
typedef enum {
GIT_OBJ_ANY = -2, /**< Object can be any of the following */