From 88ac439b479519f5aab9566717c9786c7402443c Mon Sep 17 00:00:00 2001 From: beda Date: Mon, 31 Dec 2018 08:42:44 +0100 Subject: [PATCH] Add forgotten header --- include/yaml-cpp/node/node.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/yaml-cpp/node/node.h b/include/yaml-cpp/node/node.h index 40e0743..b931945 100644 --- a/include/yaml-cpp/node/node.h +++ b/include/yaml-cpp/node/node.h @@ -8,6 +8,7 @@ #endif #include +#include #include "yaml-cpp/dll.h" #include "yaml-cpp/emitterstyle.h"