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)
commit64a21e782d6c9081f13f8398e6408c13648d1d14
treedabc88570e1c0342314d549d4705bb0bc753d237
parent0bd39c0c6fcf31063fca364bfdb23d3d40914ba1
Fix a build issue with std::roundf() on Android.

Apparently std::roundf() doesn't exist there, but plain roundf()
from <cmath> does.

This closes bug #945.
pv/view/timemarker.cpp