Fix include for std::isspace, fixes #621 (#622)

This commit is contained in:
Stefan Reinhold
2018-09-04 15:34:18 +02:00
committed by Jesse Beder
parent 45d9035a33
commit d0da14404e

View File

@@ -1,6 +1,6 @@
#include "yaml-cpp/binary.h" #include "yaml-cpp/binary.h"
#include <ctype.h> #include <cctype>
namespace YAML { namespace YAML {
static const char encoding[] = static const char encoding[] =