1
Fork 0
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:
Andreas Kling 2021-02-10 12:21:14 +01:00
parent acd46dcb0c
commit 70bd1724db

View file

@ -48,6 +48,7 @@
#include <LibJS/Runtime/ScriptFunction.h>
#include <LibJS/Runtime/Shape.h>
#include <LibJS/Runtime/WithScope.h>
#include <typeinfo>
namespace JS {