From 48a82945c14ff2edc5e1fcc1f52dc8b93bec7377 Mon Sep 17 00:00:00 2001 From: Leontiy Volodin Date: Tue, 19 Apr 2022 13:05:38 +0300 Subject: [PATCH] Fix build on aarch64 and armh --- tests/UnitTest/include/gtest/src/stub.h | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/UnitTest/include/gtest/src/stub.h b/tests/UnitTest/include/gtest/src/stub.h index 76d6606..a8a8d17 100644 --- a/tests/UnitTest/include/gtest/src/stub.h +++ b/tests/UnitTest/include/gtest/src/stub.h @@ -14,6 +14,7 @@ //c #include #include +#include //c++ #include -- libgit2 1.3.0