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

Cherry pick a patch from 1.15.0

Add missing include for raise(3)

7f036c5563
(cherry picked from commit 68239b76f139e44d24f3949383e3fd4bf389e1c9)
This commit is contained in:
Brad Smith 2025-06-27 16:56:17 -04:00 committed by Tom Stellard
parent 1daceb2061
commit 9af763f038

View File

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