Add a missing include for reset

Our doc parser really wants the types to be declared in the header it's
reading.
This commit is contained in:
Carlos Martín Nieto 2015-05-20 21:06:01 +02:00
parent c06e180a98
commit cd3f3c2844

View File

@ -10,6 +10,7 @@
#include "common.h"
#include "types.h"
#include "strarray.h"
#include "checkout.h"
/**
* @file git2/reset.h