diff --git a/vcl/source/filter/sgvspln.cxx b/vcl/source/filter/sgvspln.cxx index dedd999bab18..1d95a05c2b62 100644 --- a/vcl/source/filter/sgvspln.cxx +++ b/vcl/source/filter/sgvspln.cxx @@ -23,6 +23,17 @@ #include #include +#if defined(ANDROID) +namespace std +{ +template +T copysign(T x, T y) +{ + return copysign(x, y); +} +} +#endif + extern "C" { /*.pn 277 */