We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81ea995 commit 84bcae6Copy full SHA for 84bcae6
include/git2/stash.h
@@ -9,6 +9,7 @@
9
10
#include "common.h"
11
#include "types.h"
12
+#include "checkout.h"
13
14
/**
15
* @file git2/stash.h
include/git2/transaction.h
@@ -8,6 +8,7 @@
8
#define INCLUDE_git_transaction_h__
+#include "types.h"
* @file git2/transaction.h
include/git2/types.h
@@ -63,6 +63,9 @@ typedef int64_t git_time_t;
63
64
#endif
65
66
+#include "buffer.h"
67
+#include "oid.h"
68
+
69
/** Basic type (loose or packed) of any Git object. */
70
typedef enum {
71
GIT_OBJ_ANY = -2, /**< Object can be any of the following */
0 commit comments