From 6918f0b7eb0160059d712ee19ba0ce2d65b9f89c Mon Sep 17 00:00:00 2001 From: Christopher Fore Date: Mon, 5 Aug 2024 09:41:50 -0400 Subject: [PATCH] libtests: include cstdint for GCC 15 --- libtests/cxx11.cc | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) diff --git a/libtests/cxx11.cc b/libtests/cxx11.cc index 59c74fa..953ad00 100644 --- a/libtests/cxx11.cc +++ b/libtests/cxx11.cc @@ -1,5 +1,6 @@ #include +#include #include #include #include -- libgit2 0.21.4