ports/devel/gtest/patches/patch-googletest_src_gtest_cc

14 lines
328 B
Text
Raw Normal View History

2023-09-11 22:02:06 +00:00
Missing include needed for ports-gcc to have raise in scope
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>