mirror of
https://github.com/jbeder/yaml-cpp.git
synced 2026-01-02 03:57:55 +08:00
Add missing include to read.cpp
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
#include <iostream>
|
||||
|
||||
#include "yaml-cpp/eventhandler.h"
|
||||
#include "yaml-cpp/yaml.h" // IWYU pragma: keep
|
||||
|
||||
class NullEventHandler : public YAML::EventHandler {
|
||||
|
||||
Reference in New Issue
Block a user