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-memory-arena.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-memory-arena.h')
| -rw-r--r-- | source/core/slang-memory-arena.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/core/slang-memory-arena.h b/source/core/slang-memory-arena.h index cbd0fdc56..1d899b064 100644 --- a/source/core/slang-memory-arena.h +++ b/source/core/slang-memory-arena.h @@ -1,7 +1,7 @@ #ifndef SLANG_CORE_MEMORY_ARENA_H #define SLANG_CORE_MEMORY_ARENA_H -#include "slang.h" +#include "../../include/slang.h" #include <stdlib.h> #include <string.h> |
