diff --git a/src/objective/regression_obj.cu b/src/objective/regression_obj.cu index bc6f14c4e..cf9af74c2 100644 --- a/src/objective/regression_obj.cu +++ b/src/objective/regression_obj.cu @@ -39,7 +39,7 @@ #include #include #include -#include "common/gpu_error_check.h" +#include "../common/gpu_error_check.h" #if defined(XGBOOST_USE_CUDA) || defined(XGBOOST_USE_HIP) #include "../common/cuda_context.cuh" // for CUDAContext