Commit 3d9ad75a authored by Jesse Beder's avatar Jesse Beder
Browse files

Add <cstdlib> for std::atoi.

parent 380ecb40
#include <fstream>
#include <iostream>
#include "yaml-cpp/emitterstyle.h" #include "yaml-cpp/emitterstyle.h"
#include "yaml-cpp/eventhandler.h" #include "yaml-cpp/eventhandler.h"
#include "yaml-cpp/yaml.h" // IWYU pragma: keep #include "yaml-cpp/yaml.h" // IWYU pragma: keep
#include <cstdlib>
#include <fstream>
#include <iostream>
class NullEventHandler : public YAML::EventHandler { class NullEventHandler : public YAML::EventHandler {
public: public:
typedef YAML::Mark Mark; typedef YAML::Mark Mark;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment