Use C++ <cmath> not C <math.h>

.. it clashes, and also its deprecated for C++ sources
This commit is contained in:
Mark Liversedge
2014-12-25 20:38:18 +00:00
parent 9c1f110d3a
commit 98720f099e
69 changed files with 96 additions and 96 deletions

View File

@@ -26,7 +26,7 @@
#include "PaceZones.h"
#include "LTMSettings.h" // getAllBestsFor needs this
#include <math.h> // for pow()
#include <cmath> // for pow()
#include <QDebug>
#include <QFileInfo>
#include <QMessageBox>