Commit 0aea3106 by Daniel Koch

Add cstdlib include

On some platforms some of the includers of this header don't have 'atoi' defined after the change in #1749
parent 3416d48b
...@@ -102,6 +102,7 @@ std::string to_string(const T& val) { ...@@ -102,6 +102,7 @@ std::string to_string(const T& val) {
#include <algorithm> #include <algorithm>
#include <string> #include <string>
#include <cstdio> #include <cstdio>
#include <cstdlib>
#include <cassert> #include <cassert>
#include "PoolAlloc.h" #include "PoolAlloc.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