[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:
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>
|
||||
|
||||
Reference in New Issue
Block a user