Add cstdlib include
On some platforms some of the includers of this header don't have 'atoi' defined after the change in #1749
This commit is contained in:
parent
3416d48b59
commit
0aea3106e2
@ -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"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user