From 97f27e2cdadb28dc249806effd33c58811a0ebc2 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Fri, 14 Sep 2012 15:03:17 +0300 Subject: Include android-bootstrap.h for Android Change-Id: I022f7d450f66e1ff0fb4e4aedfebc16b83ad32b9 --- cppuhelper/source/shlib.cxx | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'cppuhelper') diff --git a/cppuhelper/source/shlib.cxx b/cppuhelper/source/shlib.cxx index bd9270153890..9163b7daa804 100644 --- a/cppuhelper/source/shlib.cxx +++ b/cppuhelper/source/shlib.cxx @@ -44,6 +44,10 @@ #include #include +#ifdef ANDROID +#include +#endif + #ifdef IOS #include #endif -- cgit