From 3d9ad75af7e8aff720d8c529b7d5480442d4591c Mon Sep 17 00:00:00 2001 From: Jesse Beder Date: Mon, 21 Nov 2016 20:22:26 -0600 Subject: [PATCH] Add for std::atoi. --- util/read.cpp | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/util/read.cpp b/util/read.cpp index b1f787e..fc88f1f 100644 --- a/util/read.cpp +++ b/util/read.cpp @@ -1,10 +1,11 @@ -#include -#include - #include "yaml-cpp/emitterstyle.h" #include "yaml-cpp/eventhandler.h" #include "yaml-cpp/yaml.h" // IWYU pragma: keep +#include +#include +#include + class NullEventHandler : public YAML::EventHandler { public: typedef YAML::Mark Mark;