mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 15:40:19 +00:00
LibJS: Include <typeinfo> in AST.cpp
Without this, the oss-fuzz build says: ../Userland/Libraries/LibJS/AST.cpp:58:34: error: member access into incomplete type 'const std::type_info' return demangle(typeid(*this).name()).substring(4); ^
This commit is contained in:
parent
de98f69bfe
commit
8ccd8b4a6f
Notes:
sideshowbarker
2024-07-18 23:02:22 +09:00
Author: https://github.com/nico Commit: https://github.com/SerenityOS/serenity/commit/8ccd8b4a6f7 Pull-request: https://github.com/SerenityOS/serenity/pull/5023
1 changed files with 1 additions and 0 deletions
|
@ -49,6 +49,7 @@
|
|||
#include <LibJS/Runtime/Shape.h>
|
||||
#include <LibJS/Runtime/StringObject.h>
|
||||
#include <LibJS/Runtime/WithScope.h>
|
||||
#include <typeinfo>
|
||||
|
||||
namespace JS {
|
||||
|
||||
|
|
Loading…
Reference in a new issue