summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorThiago Macieira <thiago.macieira@intel.com>2017-10-24 20:27:58 -0700
committerThiago Macieira <thiago.macieira@intel.com>2017-11-05 18:45:48 +0000
commit190687f649bae0cb954652637255042f716fd110 (patch)
treea3f5ec3414905b350ab08bdd52a7a7065ff630e8 /tests
parent6867324cb02bb34c8fabd610ea5d3476c09dabe1 (diff)
Fix build: pow() is in math.hv5.10.0-beta4
Change-Id: Icaa86fc7b54d4b368c0efffd14f0b2721e74f854 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@qt.io>
Diffstat (limited to 'tests')
-rw-r--r--tests/manual/galaxy/cumulativedistributor.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/manual/galaxy/cumulativedistributor.cpp b/tests/manual/galaxy/cumulativedistributor.cpp
index b5d6f8c6..4506480c 100644
--- a/tests/manual/galaxy/cumulativedistributor.cpp
+++ b/tests/manual/galaxy/cumulativedistributor.cpp
@@ -37,6 +37,7 @@
#include "cumulativedistributor.h"
#include <QDebug>
+#include <math.h>
CumulativeDistributor::CumulativeDistributor()
: m_pDistFun(NULL),