From a12abd64852d9484559f8849d13eceec7c7f6d11 Mon Sep 17 00:00:00 2001 From: Lorenzo Moneta <Lorenzo.Moneta@cern.ch> Date: Sat, 11 Dec 2010 20:54:10 +0000 Subject: [PATCH] test for suppressing a warning on VC 9: (see https://savannah.cern.ch/bugs/?75463) git-svn-id: http://root.cern.ch/svn/root/trunk@37550 27541ba8-7e3a-0410-8455-c3a389f83636 --- math/mathcore/src/ProbFuncMathCore.cxx | 1 + 1 file changed, 1 insertion(+) diff --git a/math/mathcore/src/ProbFuncMathCore.cxx b/math/mathcore/src/ProbFuncMathCore.cxx index dce857f74af..f823ada3b42 100644 --- a/math/mathcore/src/ProbFuncMathCore.cxx +++ b/math/mathcore/src/ProbFuncMathCore.cxx @@ -8,6 +8,7 @@ #include <limits> +#include <math.h> namespace ROOT { namespace Math { -- GitLab