Sfoglia il codice sorgente

LibJS: Include <typeinfo> in AST.cpp again

Linus points out that oss-fuzz wants this to be there.
Andreas Kling 4 anni fa
parent
commit
70bd1724db
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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/ScriptFunction.h>
 #include <LibJS/Runtime/Shape.h>
 #include <LibJS/Runtime/Shape.h>
 #include <LibJS/Runtime/WithScope.h>
 #include <LibJS/Runtime/WithScope.h>
+#include <typeinfo>
 
 
 namespace JS {
 namespace JS {