From 3e1785478245dcabe2d9e32813d1e1964d416e45 Mon Sep 17 00:00:00 2001 From: Etienne Samson Date: Thu, 27 May 2021 16:26:38 +0200 Subject: [PATCH] docs: fix some missing includes that cause Docurium to error out --- include/git2/cert.h | 1 + include/git2/sys/transport.h | 1 + 2 files changed, 2 insertions(+) diff --git a/include/git2/cert.h b/include/git2/cert.h index f111b136e..0ed38ffcd 100644 --- a/include/git2/cert.h +++ b/include/git2/cert.h @@ -8,6 +8,7 @@ #define INCLUDE_git_cert_h__ #include "common.h" +#include "types.h" /** * @file git2/cert.h diff --git a/include/git2/sys/transport.h b/include/git2/sys/transport.h index 6cee42f54..fee34544f 100644 --- a/include/git2/sys/transport.h +++ b/include/git2/sys/transport.h @@ -9,6 +9,7 @@ #define INCLUDE_sys_git_transport_h #include "git2/net.h" +#include "git2/transport.h" #include "git2/types.h" #include "git2/strarray.h" #include "git2/proxy.h"