Add cstdlib for free/malloc.

Needed when compiling with clang/libc++.
This commit is contained in:
Thomas Klausner 2015-10-25 10:46:29 +01:00
parent 580add661f
commit a02741ef1d

View File

@ -37,6 +37,7 @@
#ifndef LIBEBML_BINARY_H
#define LIBEBML_BINARY_H
#include <cstdlib>
#include <cstring>
#include "EbmlTypes.h"