mirror of
https://github.com/google/googletest.git
synced 2024-12-27 02:01:25 +08: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
@ -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