summaryrefslogtreecommitdiff
path: root/cppu
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2018-08-29 09:43:11 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-08-29 09:43:11 +0200
commitb406744b8f2af5ea4e2440df62caa0f896efa2f4 (patch)
tree6a31dd189b5c4517f7d7beda495ab72663798229 /cppu
parent80343351c9444bba7a5ac98f22fddbbecf5abb9f (diff)
fix android build
after commit 37f9fdc11c4e95d6a34cb515a454503256a82c63 replace rtl_allocateMemory with std::malloc Change-Id: Ib565eeb5277a9184f875e67b55040bedbbbdb952
Diffstat (limited to 'cppu')
-rw-r--r--cppu/source/uno/copy.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/cppu/source/uno/copy.hxx b/cppu/source/uno/copy.hxx
index 31f70092c279..79c738f7f37b 100644
--- a/cppu/source/uno/copy.hxx
+++ b/cppu/source/uno/copy.hxx
@@ -21,7 +21,7 @@
#include "prim.hxx"
#include "constr.hxx"
-
+#include <cstdlib>
namespace cppu
{