Merge pull request #1752 from dgkoch/dkoch_build_fix18

Add cstdlib include
This commit is contained in:
John Kessenich 2019-04-08 21:28:26 +07:00 committed by GitHub
commit 0527c9db81
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"