mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 16:57:35 +00:00
LibJS: Include <typeinfo> in AST.cpp again
Linus points out that oss-fuzz wants this to be there.
This commit is contained in:
parent
acd46dcb0c
commit
70bd1724db
1 changed files with 1 additions and 0 deletions
|
@ -48,6 +48,7 @@
|
|||
#include <LibJS/Runtime/ScriptFunction.h>
|
||||
#include <LibJS/Runtime/Shape.h>
|
||||
#include <LibJS/Runtime/WithScope.h>
|
||||
#include <typeinfo>
|
||||
|
||||
namespace JS {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue