diff options
| author | Ellie Hermaszewska <ellieh@nvidia.com> | 2023-07-08 02:32:26 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-07-07 14:32:26 -0400 |
| commit | fb6605c2a7bc17d3b3b79dabd07e1f05267eb33a (patch) | |
| tree | be77ba6868035871ccd7bed10a7c83aada8603b8 /source/slang/slang-ast-support-types.cpp | |
| parent | cdfea42f1b28c6ec7b13500a64be823f67bf8e0a (diff) | |
Do not use member function of incomplete SemanticsVisitor (#2968)
Co-authored-by: jsmall-nvidia <jsmall@nvidia.com>
Diffstat (limited to 'source/slang/slang-ast-support-types.cpp')
| -rw-r--r-- | source/slang/slang-ast-support-types.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/slang/slang-ast-support-types.cpp b/source/slang/slang-ast-support-types.cpp index b446221ff..a3df25ce9 100644 --- a/source/slang/slang-ast-support-types.cpp +++ b/source/slang/slang-ast-support-types.cpp @@ -2,6 +2,7 @@ #include "slang-ast-base.h" #include "slang-ast-type.h" #include "slang-ast-expr.h" +#include "slang-check-impl.h" namespace Slang { |
