Use cctype

This commit is contained in:
Sean Lilley 2021-12-27 16:01:51 -05:00
parent e9992fa3fc
commit 684d8d8085
1 changed files with 2 additions and 0 deletions

View File

@ -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;