From: Paul Floyd Date: Sat, 11 Mar 2023 05:49:13 +0000 (+0100) Subject: regtest: build failure on Linux ppc64le, missing header X-Git-Tag: VALGRIND_3_21_0~121 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d9a8c601af8182f5b0b11da6a6e0f657fa087405;p=thirdparty%2Fvalgrind.git regtest: build failure on Linux ppc64le, missing header --- diff --git a/memcheck/tests/realloc_size_zero_mismatch.cpp b/memcheck/tests/realloc_size_zero_mismatch.cpp index 13d1e58832..ba809ee17b 100644 --- a/memcheck/tests/realloc_size_zero_mismatch.cpp +++ b/memcheck/tests/realloc_size_zero_mismatch.cpp @@ -1,5 +1,6 @@ #include #include +#include #include using std::realloc;