mirror of
https://github.com/google/googletest.git
synced 2025-04-05 21:45:03 +00:00
Add missing include for raise(3)
If SIGTRAP is defined, this file may end up using raise(3), which is defined in csignal, leading to a compilation failure on at least OpenBSD/sparc64 with gcc 8.
This commit is contained in:
parent
518387203b
commit
7f036c5563
1 changed files with 1 additions and 0 deletions
|
@ -43,6 +43,7 @@
|
|||
#include <algorithm>
|
||||
#include <chrono> // NOLINT
|
||||
#include <cmath>
|
||||
#include <csignal>
|
||||
#include <cstdint>
|
||||
#include <cstdlib>
|
||||
#include <cstring>
|
||||
|
|
Loading…
Add table
Reference in a new issue