Fix a build issue with std::roundf() on Android.
authorUwe Hermann <uwe@hermann-uwe.de>
Wed, 10 May 2017 14:50:46 +0000 (16:50 +0200)
committerUwe Hermann <uwe@hermann-uwe.de>
Thu, 11 May 2017 20:59:18 +0000 (22:59 +0200)
Apparently std::roundf() doesn't exist there, but plain roundf()
from <cmath> does.

This closes bug #945.


No differences found