Skip to content

Commit

Permalink
Add <cstdlib> for std::atoi.
Browse files Browse the repository at this point in the history
  • Loading branch information
jbeder committed Nov 22, 2016
1 parent 380ecb4 commit 3d9ad75
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions util/read.cpp
Original file line number Diff line number Diff line change
@@ -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;
Expand Down

0 comments on commit 3d9ad75

Please sign in to comment.