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
commit 70bd1724db
Notes: sideshowbarker 2024-07-18 22:27:04 +09:00

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 {