mirror of
https://github.com/catchorg/Catch2.git
synced 2025-03-12 17:21:11 -04:00
Add missing include for VxWorks build.
std::min is defined in algorithm provides std::min. It appears to be transitively included for most platforms. For VxWorks however this explicit include is required.
This commit is contained in:
parent
4adf010549
commit
ea65485fee
@ -11,6 +11,7 @@
|
||||
#include <catch2/catch_session.hpp>
|
||||
|
||||
#include <cmath>
|
||||
#include <algorithm>
|
||||
|
||||
namespace Catch {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user