Skip to content

Commit c55b482

Browse files
brad0github-actions[bot]
authored andcommitted
Automerge: [gtest] Fix building on OpenBSD/sparc64 (#145225)
Cherry pick a patch from 1.15.0 Add missing include for raise(3) google/googletest@7f036c5
2 parents a513334 + 68239b7 commit c55b482

File tree

1 file changed

+1
-0
lines changed
  • third-party/unittest/googletest/src

1 file changed

+1
-0
lines changed

third-party/unittest/googletest/src/gtest.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343
#include <algorithm>
4444
#include <chrono> // NOLINT
4545
#include <cmath>
46+
#include <csignal>
4647
#include <cstdint>
4748
#include <cstdlib>
4849
#include <cstring>

0 commit comments

Comments
 (0)