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