From 06209f8c2ecbdcd4bdf1ab09cd44aa106110cdad Mon Sep 17 00:00:00 2001 From: beda Date: Thu, 7 Feb 2019 13:06:22 +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 d0a647e..cc54d17 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"