Skip to content

Commit

Permalink
fix Linux build break
Browse files Browse the repository at this point in the history
  • Loading branch information
jslhcl committed Apr 3, 2024
1 parent 31150c1 commit d9be6e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/shared_test/test_ortops_cuda.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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 <cuda.h>
#include <cuda_runtime.h>

Expand Down

0 comments on commit d9be6e4

Please sign in to comment.