From 10b39e0cb545f98f1a417da8e8e52258134a3e87 Mon Sep 17 00:00:00 2001 From: Yong He Date: Mon, 15 Mar 2021 12:59:58 -0700 Subject: Enable `gfx::CUDADevice` on linux. (#1756) --- tools/render-test/cuda/cuda-compute-util.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/render-test/cuda/cuda-compute-util.h') diff --git a/tools/render-test/cuda/cuda-compute-util.h b/tools/render-test/cuda/cuda-compute-util.h index ac0c6bba3..9c6c8b9b4 100644 --- a/tools/render-test/cuda/cuda-compute-util.h +++ b/tools/render-test/cuda/cuda-compute-util.h @@ -4,7 +4,7 @@ #include "../slang-support.h" #include "../options.h" -#include "../../source/core/slang-smart-pointer.h" +#include "source/core/slang-smart-pointer.h" namespace renderer_test { -- cgit v1.2.3