Add a missing include for reset Our doc parser really wants the types to be declared in the header it's reading.
diff --git a/include/git2/reset.h b/include/git2/reset.h
index 37e578e..7907529 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