Commit 62a562f6 authored by Kamal Marhubi's avatar Kamal Marhubi

Include C++ <cerrno> instead of C <errno.h>

parent 9598430a
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
#include "json.h" #include "json.h"
#include <cmath> // for HUGEVAL to check for overflow in std::strtod #include <cmath> // for HUGEVAL to check for overflow in std::strtod
#include <cstdlib> // std::strtod #include <cstdlib> // std::strtod
#include <errno.h> // for std::strtod errors #include <cerrno> // for std::strtod errors
#include <unordered_map> #include <unordered_map>
#include <capnp/orphan.h> #include <capnp/orphan.h>
#include <kj/debug.h> #include <kj/debug.h>
......
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