Fix sem::Node forward declare

To unblock g3 tint import

Change-Id: Id6591dc210e06c93ca09f15056ba5cbccae7d2a9
Reviewed-on: https://dawn-review.googlesource.com/c/tint/+/70703
Reviewed-by: James Price <jrprice@google.com>
Kokoro: Kokoro <noreply+kokoro@google.com>
Commit-Queue: Shrek Shao <shrekshao@google.com>
This commit is contained in:
Shrek Shao 2021-11-23 22:51:38 +00:00 committed by Tint LUCI CQ
parent d1f0a14563
commit fb3c1c4d4b
1 changed files with 1 additions and 0 deletions

View File

@ -41,6 +41,7 @@ class Call;
class Expression;
class Function;
class MemberAccessorExpression;
class Node;
class Statement;
class Struct;
class StructMember;