From cd3f3c2844715b12583eb4d4a6129d3050f115a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Mart=C3=ADn=20Nieto?= Date: Wed, 20 May 2015 21:06:01 +0200 Subject: [PATCH] Add a missing include for reset Our doc parser really wants the types to be declared in the header it's reading. --- include/git2/reset.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/git2/reset.h b/include/git2/reset.h index 37e578e58..79075291f 100644 --- a/include/git2/reset.h +++ b/include/git2/reset.h @@ -10,6 +10,7 @@ #include "common.h" #include "types.h" #include "strarray.h" +#include "checkout.h" /** * @file git2/reset.h