Skip to content

Commit

Permalink
Fix include for std::isspace, fixes jbeder#621 (jbeder#622)
Browse files Browse the repository at this point in the history
  • Loading branch information
ithron authored and jbeder committed Sep 4, 2018
1 parent 45d9035 commit d0da144
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/binary.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#include "yaml-cpp/binary.h"

#include <ctype.h>
#include <cctype>

namespace YAML {
static const char encoding[] =
Expand Down

0 comments on commit d0da144

Please sign in to comment.