LibJS: Include AST.h in RustIntegration.h
This was breaking the no-rust build with gcc.
This commit is contained in:
parent
3b5c5f68bb
commit
3a5a6b741d
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@
|
|||
#include <AK/Utf16FlyString.h>
|
||||
#include <LibGC/Ptr.h>
|
||||
#include <LibGC/Root.h>
|
||||
#include <LibJS/Forward.h>
|
||||
#include <LibJS/AST.h>
|
||||
#include <LibJS/ParserError.h>
|
||||
#include <LibJS/Runtime/AbstractOperations.h>
|
||||
#include <LibJS/Runtime/FunctionKind.h>
|
||||
|
|
|
|||
Loading…
Reference in a new issue