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

This commit is contained in:
Thomas Zander 2017-02-26 09:26:59 +01:00 committed by Max Kellermann
parent 42a3a87f13
commit d50b30a498
1 changed files with 2 additions and 0 deletions

View File

@ -34,6 +34,8 @@
#include <stdexcept>
#include <memory>
#include <cstdlib>
#include <assert.h>
#define ERRORLEN 80