Use cctype
This commit is contained in:
parent
e9992fa3fc
commit
684d8d8085
|
|
@ -6,6 +6,8 @@
|
|||
#include <catch2/catch.hpp>
|
||||
#include <rapidjson/document.h>
|
||||
|
||||
#include <cctype>
|
||||
|
||||
namespace {
|
||||
void check(const std::string& input, const std::string& expectedOutput) {
|
||||
CesiumGltfReader::GltfReader reader;
|
||||
|
|
|
|||
Loading…
Reference in New Issue