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-smart-pointer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/core/slang-smart-pointer.h') diff --git a/source/core/slang-smart-pointer.h b/source/core/slang-smart-pointer.h index 5cf8e4323..2f1f485dc 100644 --- a/source/core/slang-smart-pointer.h +++ b/source/core/slang-smart-pointer.h @@ -5,7 +5,7 @@ #include "slang-hash.h" #include "slang-type-traits.h" -#include "slang.h" +#include "../../include/slang.h" namespace Slang { -- cgit v1.2.3