From d9be6e43935ce0729c4d284a360554d54ae2b7fb Mon Sep 17 00:00:00 2001 From: Lei Cao Date: Wed, 3 Apr 2024 15:50:12 -0700 Subject: [PATCH] fix Linux build break --- test/shared_test/test_ortops_cuda.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/shared_test/test_ortops_cuda.cc b/test/shared_test/test_ortops_cuda.cc index cdc753eb5..c62977990 100644 --- a/test/shared_test/test_ortops_cuda.cc +++ b/test/shared_test/test_ortops_cuda.cc @@ -6,10 +6,10 @@ #include "gtest/gtest.h" #include "ocos.h" #include "test_kernel.hpp" -#include "operators\math\cuda\negpos_def.h" #include "kernel_context.h" #ifdef USE_CUDA +#include "operators/math/cuda/negpos_def.h" #include #include