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/bind-location.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'tools/render-test/bind-location.h') diff --git a/tools/render-test/bind-location.h b/tools/render-test/bind-location.h index cfa88cce0..33670bf4b 100644 --- a/tools/render-test/bind-location.h +++ b/tools/render-test/bind-location.h @@ -1,10 +1,10 @@ #ifndef BIND_LOCATION_H #define BIND_LOCATION_H -#include "core/slang-basic.h" -#include "core/slang-free-list.h" -#include "core/slang-memory-arena.h" -#include "core/slang-writer.h" +#include "source/core/slang-basic.h" +#include "source/core/slang-free-list.h" +#include "source/core/slang-memory-arena.h" +#include "source/core/slang-writer.h" #include "slang.h" -- cgit v1.2.3