commit | b10fad38c4026a29ea6561ab15fc4818170d1c10 | [log] [tgz] |
---|---|---|
author | Copybara-Service <copybara-worker@google.com> | Mon Oct 30 14:33:13 2023 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Mon Oct 30 14:33:13 2023 -0700 |
tree | 179d8eed9c21cc15038fa097ca230a4b9ec72783 | |
parent | 5b7fd63d6d69f1754d5f3be956949484ebac06d5 [diff] | |
parent | 7f036c5563af7d0329f20e8bb42effb04629f0c0 [diff] |
Merge pull request #4397 from botovq:raise PiperOrigin-RevId: 577958594 Change-Id: I8a27f67dc5b6817b741bfd2fc0f27c6302291a00
diff --git a/googletest/src/gtest.cc b/googletest/src/gtest.cc index 99b22ed..85d45b5 100644 --- a/googletest/src/gtest.cc +++ b/googletest/src/gtest.cc
@@ -43,6 +43,7 @@ #include <algorithm> #include <chrono> // NOLINT #include <cmath> +#include <csignal> // NOLINT: raise(3) is used on some platforms #include <cstdint> #include <cstdlib> #include <cstring>