Merge pull request #1752 from dgkoch/dkoch_build_fix18
Add cstdlib include
This commit is contained in:
commit
0527c9db81
@ -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