From f57af8c626ef55f8981fe47aa03e6eba160c4100 Mon Sep 17 00:00:00 2001 From: Vassil Vassilev <vvasilev@cern.ch> Date: Mon, 19 Sep 2016 17:50:03 +0200 Subject: [PATCH] Add missing include. --- math/mathcore/inc/Math/TDataPoint.icc | 1 + 1 file changed, 1 insertion(+) diff --git a/math/mathcore/inc/Math/TDataPoint.icc b/math/mathcore/inc/Math/TDataPoint.icc index 128b69b53b1..924c42f6191 100644 --- a/math/mathcore/inc/Math/TDataPoint.icc +++ b/math/mathcore/inc/Math/TDataPoint.icc @@ -15,6 +15,7 @@ #define ROOT_TDataPoint_ICC #include <cassert> +#include <math.h> namespace ROOT { -- GitLab