Unverified Commit 0527c9db by John Kessenich Committed by GitHub

Merge pull request #1752 from dgkoch/dkoch_build_fix18

Add cstdlib include
parents e06c7e9a 0aea3106
......@@ -102,6 +102,7 @@ std::string to_string(const T& val) {
#include <algorithm>
#include <string>
#include <cstdio>
#include <cstdlib>
#include <cassert>
#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