From d043c6b82872b31f37ac20ddf04f65a5447bd856 Mon Sep 17 00:00:00 2001 From: Fabrice Fontaine Date: Mon, 17 Feb 2020 22:36:08 +0100 Subject: [PATCH] libtests/cxx11.cc: fix build with gcc 4.8 --- libtests/cxx11.cc | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) diff --git a/libtests/cxx11.cc b/libtests/cxx11.cc index fa1dc6b..91ed7b1 100644 --- a/libtests/cxx11.cc +++ b/libtests/cxx11.cc @@ -1,5 +1,6 @@ #include #include +#include #include #include #include -- libgit2 0.21.4