Add cstdlib for free/malloc.
Needed when compiling with clang/libc++.
This commit is contained in:
parent
580add661f
commit
a02741ef1d
@ -37,6 +37,7 @@
|
|||||||
#ifndef LIBEBML_BINARY_H
|
#ifndef LIBEBML_BINARY_H
|
||||||
#define LIBEBML_BINARY_H
|
#define LIBEBML_BINARY_H
|
||||||
|
|
||||||
|
#include <cstdlib>
|
||||||
#include <cstring>
|
#include <cstring>
|
||||||
|
|
||||||
#include "EbmlTypes.h"
|
#include "EbmlTypes.h"
|
||||||
|
Loading…
Reference in New Issue
Block a user