From ca2317a28814c2ffe6427470be57df6d778b1358 Mon Sep 17 00:00:00 2001 From: Sai Praveen Bangaru <31557731+saipraveenb25@users.noreply.github.com> Date: Fri, 30 Aug 2024 19:58:07 -0400 Subject: 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 --- source/core/slang-persistent-cache.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/core/slang-persistent-cache.h') diff --git a/source/core/slang-persistent-cache.h b/source/core/slang-persistent-cache.h index 02c74be79..1411b9094 100644 --- a/source/core/slang-persistent-cache.h +++ b/source/core/slang-persistent-cache.h @@ -1,5 +1,5 @@ #pragma once -#include "slang.h" +#include "../../include/slang.h" #include "../core/slang-crypto.h" #include "../core/slang-io.h" #include "../core/slang-string.h" -- cgit v1.2.3