Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Problem: - GTest.h uses constructs from `std::` without including them; in later versions of GoogleTest they are not necessarily transitively included. Solution: - Add includes for: - `iomanip` (`std::left`, `std::setw`) - `iostream` (`std::cout`, `std::endl`) - `tuple` (`std::tie`) - `type_traits` (various e.g. `std::is_same`)
- Loading branch information