From 24b509671265f5a1254a6a196124934b2813b56f Mon Sep 17 00:00:00 2001 From: Edward Thomson Date: Thu, 23 Jan 2025 00:22:34 +0000 Subject: [PATCH] Include common.h in version.h Fixes #7027 --- include/git2/version.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/git2/version.h b/include/git2/version.h index 6a352e1a5..e54317998 100644 --- a/include/git2/version.h +++ b/include/git2/version.h @@ -7,6 +7,8 @@ #ifndef INCLUDE_git_version_h__ #define INCLUDE_git_version_h__ +#include "common.h" + /** * @file git2/version.h * @brief The version of libgit2