gentoo-ebuilds/sys-block/gparted/files/gparted-1.7.0-gtest-gcc-15.patch
Sam James 2d9f835538
sys-block/gparted: fix build w/ gcc 15
Bug: https://bugs.gentoo.org/962644
Signed-off-by: Sam James <sam@gentoo.org>
2025-11-30 06:39:24 +00:00

10 lines
221 B
Diff

--- a/lib/gtest/src/gtest-death-test.cc
+++ b/lib/gtest/src/gtest-death-test.cc
@@ -32,6 +32,7 @@
#include "gtest/gtest-death-test.h"
+#include <cstdint>
#include <utility>
#include "gtest/internal/gtest-port.h"