Commit cd3f3c2844715b12583eb4d4a6129d3050f115a4

Carlos Martín Nieto 2015-05-20T21:06:01

Add a missing include for reset Our doc parser really wants the types to be declared in the header it's reading.

1
2
3
4
5
6
7
8
9
10
11
12
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