Commit 00cc2652 authored by Oliver Kuckertz's avatar Oliver Kuckertz

Fix building with Xcode 7.3

parent fd8ed198
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
#include "json.h" #include "json.h"
#include <math.h> // for HUGEVAL to check for overflow in std::strtod #include <math.h> // for HUGEVAL to check for overflow in std::strtod
#include <stdlib.h> // std::strtod #include <cstdlib> // std::strtod
#include <errno.h> // for std::strtod errors #include <errno.h> // for std::strtod errors
#include <unordered_map> #include <unordered_map>
#include <capnp/orphan.h> #include <capnp/orphan.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