diff options
author | Tor Lillqvist <tml@iki.fi> | 2012-09-14 15:03:17 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2012-10-11 10:07:04 +0300 |
commit | 97f27e2cdadb28dc249806effd33c58811a0ebc2 (patch) | |
tree | 89608a4de3833c4cf5ad755f745fda691e1280ba /cppuhelper | |
parent | 27f1ba57e21df720553b2a8b321c2d0af58bc9f3 (diff) |
Include android-bootstrap.h for Android
Change-Id: I022f7d450f66e1ff0fb4e4aedfebc16b83ad32b9
Diffstat (limited to 'cppuhelper')
-rw-r--r-- | cppuhelper/source/shlib.cxx | 4 |
1 files changed, 4 insertions, 0 deletions
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 <stdio.h> #include <vector> +#ifdef ANDROID +#include <osl/detail/android-bootstrap.h> +#endif + #ifdef IOS #include <osl/detail/ios-bootstrap.h> #endif |