[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:
parent
1daceb2061
commit
9af763f038
1
third-party/unittest/googletest/src/gtest.cc
vendored
1
third-party/unittest/googletest/src/gtest.cc
vendored
@ -43,6 +43,7 @@
|
||||
#include <algorithm>
|
||||
#include <chrono> // NOLINT
|
||||
#include <cmath>
|
||||
#include <csignal>
|
||||
#include <cstdint>
|
||||
#include <cstdlib>
|
||||
#include <cstring>
|
||||
|
Loading…
x
Reference in New Issue
Block a user