free() require cstdlib to be included

This commit is contained in:
Thomas Zander
2017-01-28 16:07:37 +01:00
committed by Max Kellermann
parent a931686317
commit 51147203be
2 changed files with 2 additions and 0 deletions

View File

@@ -36,6 +36,7 @@
#include <type_traits>
#include <utility>
#include <new>
#include <cstdlib>
/**
* Allocate and construct a variable-size object. That is useful for