This commit is contained in:
Jesse Beder
2014-03-22 23:14:48 -05:00
parent 8d7eb02c46
commit 4b40441cee
17 changed files with 115 additions and 45 deletions

View File

@@ -1,8 +1,10 @@
#include "nodeevents.h"
#include "yaml-cpp/node/node.h"
#include "yaml-cpp/node/impl.h"
#include "yaml-cpp/eventhandler.h"
#include "yaml-cpp/mark.h"
#include "yaml-cpp/node/detail/node.h"
#include "yaml-cpp/node/detail/node_iterator.h"
#include "yaml-cpp/node/node.h"
#include "yaml-cpp/node/type.h"
namespace YAML {
void NodeEvents::AliasManager::RegisterReference(const detail::node& node) {