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

Add missing include for cstdlib, otherwise free() is undefined

parent 42a3a87f
......@@ -34,6 +34,8 @@
#include <stdexcept>
#include <memory>
#include <cstdlib>
#include <assert.h>
#define ERRORLEN 80
......
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