[fix] Add missing include on osx
This adds the cmath
include in lqPlayerControlsToolbar.cxx
.
Without this include, std::abs(double)
was not available on OSX.
Edited by Nicolas Cadart
This adds the cmath
include in lqPlayerControlsToolbar.cxx
.
Without this include, std::abs(double)
was not available on OSX.