mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-14 16:39:57 +00:00
Use C++ <cmath> not C <math.h>
.. it clashes, and also its deprecated for C++ sources
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
#include "RideFile.h"
|
||||
#include "RideFileCommand.h"
|
||||
#include "RideEditor.h"
|
||||
#include <math.h>
|
||||
#include <cmath>
|
||||
#include <float.h>
|
||||
|
||||
// comparing doubles is nasty
|
||||
|
||||
Reference in New Issue
Block a user