Commit 51147203 authored by Thomas Zander's avatar Thomas Zander Committed by Max Kellermann

free() require cstdlib to be included

parent a9316863
ver 0.20.4 (not yet released)
* workaround for GCC 4.9 "constexpr" bug
* fix FreeBSD build failure
ver 0.20.3 (2017/01/25)
* protocol
......
......@@ -36,6 +36,7 @@
#include <type_traits>
#include <utility>
#include <new>
#include <cstdlib>
/**
* Allocate and construct a variable-size object. That is useful for
......
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