mirror of
https://github.com/catchorg/Catch2.git
synced 2025-07-31 11:17:36 +02:00
#include <ctype> for std::to lower
This commit is contained in:
1
include/external/clara.h
vendored
1
include/external/clara.h
vendored
@ -41,6 +41,7 @@
|
|||||||
#include <vector>
|
#include <vector>
|
||||||
#include <sstream>
|
#include <sstream>
|
||||||
#include <algorithm>
|
#include <algorithm>
|
||||||
|
#include <cctype>
|
||||||
|
|
||||||
// Use optional outer namespace
|
// Use optional outer namespace
|
||||||
#ifdef STITCH_TBC_TEXT_FORMAT_OUTER_NAMESPACE
|
#ifdef STITCH_TBC_TEXT_FORMAT_OUTER_NAMESPACE
|
||||||
|
Reference in New Issue
Block a user