[gtest] Fix building on OpenBSD/sparc64 (#145225)

Cherry pick a patch from 1.15.0

Add missing include for raise(3)

7f036c5563
This commit is contained in:
Brad Smith
2025-06-27 16:56:17 -04:00
committed by GitHub
parent 29b1054835
commit 68239b76f1

View File

@@ -43,6 +43,7 @@
#include <algorithm> #include <algorithm>
#include <chrono> // NOLINT #include <chrono> // NOLINT
#include <cmath> #include <cmath>
#include <csignal>
#include <cstdint> #include <cstdint>
#include <cstdlib> #include <cstdlib>
#include <cstring> #include <cstring>