diff options
| author | Yong He <yonghe@outlook.com> | 2024-07-10 22:36:51 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-10 22:36:51 -0700 |
| commit | ca95b93d694fcbe37a571dc14c2731e119eb67d7 (patch) | |
| tree | 026b32cbad3d02350123eb12bcabe1fd3a4452a9 /source/slang/slang.cpp | |
| parent | 0380fcacaf4916f43d6f3c4eec33ef089df8bbb8 (diff) | |
Revert slang-tag-version include path.
Diffstat (limited to 'source/slang/slang.cpp')
| -rw-r--r-- | source/slang/slang.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/slang/slang.cpp b/source/slang/slang.cpp index 6b7e2a254..d601dcd0e 100644 --- a/source/slang/slang.cpp +++ b/source/slang/slang.cpp @@ -47,7 +47,7 @@ #include "slang-check-impl.h" -#include "slang-tag-version.h" +#include "../../slang-tag-version.h" #include <sys/stat.h> |
