Commit d0da1440 by Stefan Reinhold Committed by Jesse Beder

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

parent 45d9035a
#include "yaml-cpp/binary.h"
#include <ctype.h>
#include <cctype>
namespace YAML {
static const char encoding[] =
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment