Bläddra i källkod

LibJS: Include <typeinfo> in AST.cpp again

Linus points out that oss-fuzz wants this to be there.
Andreas Kling 4 år sedan
förälder
incheckning
70bd1724db
1 ändrade filer med 1 tillägg och 0 borttagningar
  1. 1 0
      Userland/Libraries/LibJS/AST.cpp

+ 1 - 0
Userland/Libraries/LibJS/AST.cpp

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