Add missing include directive

This commit is contained in:
Alain Vaucher 2017-11-08 13:48:49 +01:00 committed by Jesse Beder
parent beb44b872c
commit 46dcdc3ea2

View File

@ -8,6 +8,7 @@
#endif
#include "yaml-cpp/dll.h"
#include "yaml-cpp/node/node.h"
#include "yaml-cpp/node/ptr.h"
#include "yaml-cpp/node/detail/node_iterator.h"
#include <cstddef>