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"