mirror of
https://github.com/google/googletest.git
synced 2025-12-13 23:20:02 +08:00
Explicitly include <array> header due to build fail on MSVC
This commit is contained in:
parent
0681c455bd
commit
1e90e8e1b8
@ -174,6 +174,7 @@ TEST_P(DerivedTest, DoesBlah) {
|
||||
|
||||
#endif // 0
|
||||
|
||||
#include <array>
|
||||
#include <functional>
|
||||
#include <iterator>
|
||||
#include <utility>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user