From 74757c618c53f3b8ef7f6fcfcb2ae432c3505715 Mon Sep 17 00:00:00 2001 From: Eryn Wells Date: Fri, 25 Jul 2014 08:55:11 -0700 Subject: [PATCH] Include for Parser::Ptr --- src/yaml/parsers.hh | 1 + 1 file changed, 1 insertion(+) diff --git a/src/yaml/parsers.hh b/src/yaml/parsers.hh index 5ca484e..7c09c39 100644 --- a/src/yaml/parsers.hh +++ b/src/yaml/parsers.hh @@ -10,6 +10,7 @@ #define __YAML_PARSERS_HH__ #include +#include #include #include