Add <cstdlib> for std::atoi.

This commit is contained in:
Jesse Beder
2016-11-21 20:22:26 -06:00
parent 380ecb404e
commit 3d9ad75af7

View File

@@ -1,10 +1,11 @@
#include <fstream>
#include <iostream>
#include "yaml-cpp/emitterstyle.h"
#include "yaml-cpp/eventhandler.h"
#include "yaml-cpp/yaml.h" // IWYU pragma: keep
#include <cstdlib>
#include <fstream>
#include <iostream>
class NullEventHandler : public YAML::EventHandler {
public:
typedef YAML::Mark Mark;