From e70196539c0e398ab393a1dcf281ad1aebb4be35 Mon Sep 17 00:00:00 2001 From: Stefan Reinhold Date: Tue, 4 Sep 2018 12:49:05 +0200 Subject: [PATCH] Fix include for std::isspace, fixes #621 --- src/binary.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/binary.cpp b/src/binary.cpp index b98737582..4db6d0b97 100644 --- a/src/binary.cpp +++ b/src/binary.cpp @@ -1,6 +1,6 @@ #include "yaml-cpp/binary.h" -#include +#include namespace YAML { static const char encoding[] =