Use <cstdlib> for std::abs() on integer datatypes.
authorUwe Hermann <uwe@hermann-uwe.de>
Sun, 2 Nov 2014 20:18:28 +0000 (21:18 +0100)
committerUwe Hermann <uwe@hermann-uwe.de>
Sun, 2 Nov 2014 20:18:28 +0000 (21:18 +0100)
commitff30bdbafa900626fdcdf5e282d6eb56e4d4b68a
tree21f7dd7705ee3c3462fc5e008ea41230e6cb44b9
parent726ea66712afefafd96b4f08667fa97ab741c343
Use <cstdlib> for std::abs() on integer datatypes.

The <cmath> #include needs to be used (only) for floating
point types.
pv/widgets/sweeptimingwidget.cpp