summarylogtreecommitdiffstats
path: root/020-openvino-gtest-gcc15-fix.patch
blob: f3f8d474656c57fe5ceff3733f170f15c58c639d (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/googletest/src/gtest-death-test.cc
+++ b/googletest/src/gtest-death-test.cc
@@ -31,7 +31,7 @@
 // This file implements death tests.
 
 #include "gtest/gtest-death-test.h"
-
+#include <cstdint>
 #include <utility>
 
 #include "gtest/internal/gtest-port.h"