Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add missing include for VxWorks build. (#2515)
`catch_sharding.hpp` was using `std::min` without including `<algorithm>`. This worked on most platforms, but it wasn't transitively included in the VxWorks toolchain.
- Loading branch information