Merge pull request #1752 from dgkoch/dkoch_build_fix18
Add cstdlib include
This commit is contained in:
commit
0527c9db81
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue