From 08f3936bc99d0f5cce9a3cccf456f070fa794e83 Mon Sep 17 00:00:00 2001 From: Hendrik Groove Date: Sun, 20 Oct 2024 17:51:05 +0200 Subject: [PATCH] fix path --- src/objective/regression_obj.cu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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