mirror of
https://github.com/catchorg/Catch2.git
synced 2024-11-04 21:29:54 +01:00
#include <ctype> for std::to lower
This commit is contained in:
parent
68da5a6d19
commit
4101ff314a
1
include/external/clara.h
vendored
1
include/external/clara.h
vendored
@ -41,6 +41,7 @@
|
||||
#include <vector>
|
||||
#include <sstream>
|
||||
#include <algorithm>
|
||||
#include <cctype>
|
||||
|
||||
// Use optional outer namespace
|
||||
#ifdef STITCH_TBC_TEXT_FORMAT_OUTER_NAMESPACE
|
||||
|
Loading…
Reference in New Issue
Block a user