Merge read fix from core

This commit is contained in:
Jesse Beder
2014-03-22 23:19:07 -05:00

View File

@@ -1,5 +1,6 @@
#include <iostream>
#include "yaml-cpp/eventhandler.h"
#include "yaml-cpp/yaml.h" // IWYU pragma: keep
class NullEventHandler : public YAML::EventHandler {