mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-16 09:29:55 +00:00
Use C++ <cmath> not C <math.h>
.. it clashes, and also its deprecated for C++ sources
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
|
||||
// use stc strtod to bypass Qt toDouble() issues
|
||||
#include <stdlib.h>
|
||||
#include <math.h>
|
||||
#include <cmath>
|
||||
|
||||
FitlogParser::FitlogParser (RideFile* rideFile, QList<RideFile*> *rides)
|
||||
: rideFile(rideFile), rides(rides)
|
||||
|
||||
Reference in New Issue
Block a user