diff --git a/include/hip/math_functions.h b/include/hip/math_functions.h index 6afe463a5d..ebcdc26749 100644 --- a/include/hip/math_functions.h +++ b/include/hip/math_functions.h @@ -30,7 +30,7 @@ THE SOFTWARE. #if defined(__HIP_PLATFORM_HCC__) && !defined (__HIP_PLATFORM_NVCC__) #include #elif defined(__HIP_PLATFORM_NVCC__) && !defined (__HIP_PLATFORM_HCC__) -#include +//#include #else #error("Must define exactly one of __HIP_PLATFORM_HCC__ or __HIP_PLATFORM_NVCC__"); #endif