Commit d0da1440 authored by Stefan Reinhold's avatar Stefan Reinhold Committed by Jesse Beder
Browse files

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