mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-17 01:49:55 +00:00
Use C++ <cmath> not C <math.h>
.. it clashes, and also its deprecated for C++ sources
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
#include "Athlete.h"
|
||||
#include "RideItem.h"
|
||||
#include "IntervalItem.h"
|
||||
#include "math.h"
|
||||
#include "cmath"
|
||||
#include "Units.h" // for MILES_PER_KM
|
||||
#include "Colors.h" // for MILES_PER_KM
|
||||
#include "HelpWhatsThis.h"
|
||||
|
||||
Reference in New Issue
Block a user