Commit b70e4f8a by Vicent Marti

Add required includes in "oid.h"

The file was previously failing to be included stand-alone.
parent 2f8a8ab2
......@@ -25,6 +25,9 @@
#ifndef INCLUDE_git_oid_h__
#define INCLUDE_git_oid_h__
#include "common.h"
#include "types.h"
/**
* @file git2/oid.h
* @brief Git object id routines
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment