diff options
| author | Sai Praveen Bangaru <31557731+saipraveenb25@users.noreply.github.com> | 2024-08-30 19:58:07 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-08-30 16:58:07 -0700 |
| commit | ca2317a28814c2ffe6427470be57df6d778b1358 (patch) | |
| tree | 05f3df7b7252deaaf741b30ef4e0a2974eb6d038 /source/core/slang-crypto.h | |
| parent | 24df5515d6c2f8537683d0e48d27a161c394e7cd (diff) | |
Fix prelude generation by using relative paths for including `slang.h` (#4973)
* Change `slang.h` path in `slang-common.h` to allow `slang-embed` to resolve correctly.
* Change `slang.h` path in all slang/core files
---------
Co-authored-by: Yong He <yonghe@outlook.com>
Diffstat (limited to 'source/core/slang-crypto.h')
| -rw-r--r-- | source/core/slang-crypto.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/core/slang-crypto.h b/source/core/slang-crypto.h index feab88aa4..c6cd733e7 100644 --- a/source/core/slang-crypto.h +++ b/source/core/slang-crypto.h @@ -1,5 +1,5 @@ #pragma once -#include "slang.h" +#include "../../include/slang.h" #include "../core/slang-string.h" #include "../core/slang-blob.h" #include "../core/slang-list.h" |
