Skip to content

Commit 68239b7

Browse files
authored
[gtest] Fix building on OpenBSD/sparc64 (#145225)
Cherry pick a patch from 1.15.0 Add missing include for raise(3) google/googletest@7f036c5
1 parent 29b1054 commit 68239b7

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)