ports/devel/gtest/patches/patch-googletest_src_gtest_cc

15 lines
376 B
Text

Missing include needed for ports-gcc to have raise in scope
https://github.com/google/googletest/pull/4397
Index: googletest/src/gtest.cc
--- googletest/src/gtest.cc.orig
+++ googletest/src/gtest.cc
@@ -44,6 +44,7 @@
#include <chrono> // NOLINT
#include <cmath>
#include <cstdint>
+#include <csignal>
#include <cstdlib>
#include <cstring>
#include <initializer_list>