From a02741ef1d2347562bfc9099e973afda6dcd00ba Mon Sep 17 00:00:00 2001 From: Thomas Klausner Date: Sun, 25 Oct 2015 10:46:29 +0100 Subject: [PATCH] Add cstdlib for free/malloc. Needed when compiling with clang/libc++. --- ebml/EbmlBinary.h | 1 + 1 file changed, 1 insertion(+) diff --git a/ebml/EbmlBinary.h b/ebml/EbmlBinary.h index d617c98..dfa6eb3 100644 --- a/ebml/EbmlBinary.h +++ b/ebml/EbmlBinary.h @@ -37,6 +37,7 @@ #ifndef LIBEBML_BINARY_H #define LIBEBML_BINARY_H +#include #include #include "EbmlTypes.h"