summaryrefslogtreecommitdiff
path: root/dev-cpp/lucene++/files/lucene++-3.0.9-tests-gtest-cstdint.patch
blob: 02cb8956543ead871ed808072c2f94a05026b9b0 (plain)
1
2
3
4
5
6
7
8
9
10
--- a/src/test/gtest/googletest/src/gtest-death-test.cc
+++ b/src/test/gtest/googletest/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"