From f8e989c2384250d30f84651eb03673fb8d8dd096 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Wed, 29 Aug 2018 11:08:38 +0200 Subject: fix android build after commit 37f9fdc11c4e95d6a34cb515a454503256a82c63 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 --- include/android/compatibility.hxx | 1 + 1 file changed, 1 insertion(+) (limited to 'include/android') diff --git a/include/android/compatibility.hxx b/include/android/compatibility.hxx index a60d59cfd653..f8375bfe6916 100644 --- a/include/android/compatibility.hxx +++ b/include/android/compatibility.hxx @@ -23,6 +23,7 @@ #include #include #include +#include namespace std { -- cgit