1
0
mirror of https://github.com/catchorg/Catch2.git synced 2025-04-11 12:34:46 +02:00

#include <ctype> for std::to lower

This commit is contained in:
Phil Nash 2017-03-10 19:25:00 +00:00
parent 68da5a6d19
commit 4101ff314a

@ -41,6 +41,7 @@
#include <vector>
#include <sstream>
#include <algorithm>
#include <cctype>
// Use optional outer namespace
#ifdef STITCH_TBC_TEXT_FORMAT_OUTER_NAMESPACE