Kaydet (Commit) f8e989c2 authored tarafından Noel Grandin's avatar Noel Grandin

fix android build

after
    commit 37f9fdc1
    replace rtl_allocateMemory with std::malloc

just add cstdlib as in include to the compatibility header, so that
std::malloc/etc is visible

Change-Id: I3f0569434c41f5427a037a3c8d0ff75389169241
üst 7cb6dc26
......@@ -23,6 +23,7 @@
#include <stdlib.h>
#include <string>
#include <sstream>
#include <cstdlib>
namespace std
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment