From 4ac149951b2020b4a6dafb0455d3f523e7c9cfe6 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Tue, 15 Feb 2022 17:34:51 +0000 Subject: Fix up all warnings from all the tools --- src/git.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/git.h') diff --git a/src/git.h b/src/git.h index 46bdb18..1dce92e 100644 --- a/src/git.h +++ b/src/git.h @@ -4,9 +4,11 @@ #include #include #include +#include +#include namespace GitFS::Git { - template[[noreturn]] void throwError(int err); + template [[noreturn]] void throwError(int err); template void -- cgit v1.2.3