8000 Merge pull request #6608 from dvzrv/dvzrv/fix_git_oidarray_import · libgit2/libgit2@42b5d85 · GitHub
[go: up one dir, main page]

Skip to content

Commit 42b5d85

Browse files
authored
Merge pull request #6608 from dvzrv/dvzrv/fix_git_oidarray_import
fix: Add missing include for oidarray.
2 parents 9903482 + f7c746a commit 42b5d85

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/git2/sys/transport.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
#define INCLUDE_sys_git_transport_h
1010

1111
#include "git2/net.h"
12+
#include "git2/oidarray.h"
1213
#include "git2/proxy.h"
1314
#include "git2/remote.h"
1415
#include "git2/strarray.h"

0 commit comments

Comments
 (0)
0