u8sand / Baka-MPlayer

The libmpv based media player
https://u8sand.github.io/Baka-MPlayer/
GNU General Public License v2.0
431 stars 93 forks source link

Missing <math.h> include in src/ui/mainwindow.cpp #249

Closed snorkellingcactus closed 1 year ago

snorkellingcactus commented 7 years ago

Hi. Build fail for me on linux because of ceil beign used on src/ui/mainwindow.cpp. If i add at the end of the includes it compiles and works fine. Thanks you.

u8sand commented 7 years ago

This issue sounds like #169 I wonder why the old fix didn't work on your system (using QtMath & qCeil)