Skip to content

Commit 3d9ad75

Browse files
committed
Add <cstdlib> for std::atoi.
1 parent 380ecb4 commit 3d9ad75

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

util/read.cpp

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
1-
#include <fstream>
2-
#include <iostream>
3-
41
#include "yaml-cpp/emitterstyle.h"
52
#include "yaml-cpp/eventhandler.h"
63
#include "yaml-cpp/yaml.h" // IWYU pragma: keep
74

5+
#include <cstdlib>
6+
#include <fstream>
7+
#include <iostream>
8+
89
class NullEventHandler : public YAML::EventHandler {
910
public:
1011
typedef YAML::Mark Mark;

0 commit comments

Comments
 (0)