diff --git a/math/mathcore/inc/TMath.h b/math/mathcore/inc/TMath.h index ef15700511f38..5a6a3655046d7 100644 --- a/math/mathcore/inc/TMath.h +++ b/math/mathcore/inc/TMath.h @@ -368,7 +368,7 @@ namespace TMath { #endif #if defined(R__AIX) || defined(R__SOLARIS_CC50) || \ defined(R__HPUX11) || defined(R__GLIBC) || \ - (defined(R__MACOSX) && (defined(__INTEL_COMPILER) || defined(__arm__))) + (defined(R__MACOSX) ) // math functions are defined inline so we have to include them here # include # ifdef R__SOLARIS_CC50