Add missing include to read.cpp
This commit is contained in:
parent
08a5d4c673
commit
6bf81f9fad
@ -1,5 +1,6 @@
|
||||
#include <iostream>
|
||||
|
||||
#include "yaml-cpp/eventhandler.h"
|
||||
#include "yaml-cpp/yaml.h" // IWYU pragma: keep
|
||||
|
||||
class NullEventHandler : public YAML::EventHandler {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user