mirror of
https://github.com/catchorg/Catch2.git
synced 2024-11-23 05:46:11 +01:00
Added #include <algorithm> to clara.h
- thanks Martin
This commit is contained in:
parent
0dc49d1b57
commit
633feaa4a6
@ -25,6 +25,7 @@
|
|||||||
#include <string>
|
#include <string>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
#include <map>
|
#include <map>
|
||||||
|
#include <algorithm>
|
||||||
|
|
||||||
// Use optional outer namespace
|
// Use optional outer namespace
|
||||||
#ifdef CLICHE_CLARA_OUTER_NAMESPACE
|
#ifdef CLICHE_CLARA_OUTER_NAMESPACE
|
||||||
|
Loading…
Reference in New Issue
Block a user