diff options
| author | Yong He <yonghe@outlook.com> | 2021-03-15 12:59:58 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-15 12:59:58 -0700 |
| commit | 10b39e0cb545f98f1a417da8e8e52258134a3e87 (patch) | |
| tree | f57192ca5b79365a40e02d64879591ed70c9975a /tools/render-test/bind-location.h | |
| parent | e428f6e6cb868e7ca487dba09f3ca5530fd85ca6 (diff) | |
Enable `gfx::CUDADevice` on linux. (#1756)
Diffstat (limited to 'tools/render-test/bind-location.h')
| -rw-r--r-- | tools/render-test/bind-location.h | 8 |
1 files changed, 4 insertions, 4 deletions
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" |
