Browse Source

LibJS: Forward declare the MemberExpression AST node

Timothy Flynn 2 years ago
parent
commit
d5ca51b461
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Userland/Libraries/LibJS/Forward.h

+ 1 - 0
Userland/Libraries/LibJS/Forward.h

@@ -187,6 +187,7 @@ class Interpreter;
 class Identifier;
 class Intrinsics;
 struct IteratorRecord;
+class MemberExpression;
 class MetaProperty;
 class Module;
 struct ModuleRequest;