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 {