Add missing include for cstdlib, otherwise free() is undefined
This commit is contained in:
parent
42a3a87f13
commit
d50b30a498
|
@ -34,6 +34,8 @@
|
||||||
#include <stdexcept>
|
#include <stdexcept>
|
||||||
#include <memory>
|
#include <memory>
|
||||||
|
|
||||||
|
#include <cstdlib>
|
||||||
|
|
||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
|
|
||||||
#define ERRORLEN 80
|
#define ERRORLEN 80
|
||||||
|
|
Loading…
Reference in New Issue