mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-12-04 05:20:30 +00:00
LibWeb: Add missing typeinfo
include
Not having this header only causes an issue on Clang builds, since in libc++, `std::type_info` is only forward-declared in `cxxabi.h`.
This commit is contained in:
parent
e9dd9d1f2c
commit
6de392e120
Notes:
sideshowbarker
2024-07-18 07:16:18 +09:00
Author: https://github.com/BertalanD Commit: https://github.com/SerenityOS/serenity/commit/6de392e1208 Pull-request: https://github.com/SerenityOS/serenity/pull/8718 Issue: https://github.com/SerenityOS/serenity/issues/363 Reviewed-by: https://github.com/gunnarbeutner ✅ Reviewed-by: https://github.com/nico
1 changed files with 1 additions and 0 deletions
|
@ -16,6 +16,7 @@
|
|||
#include <LibWeb/Layout/Node.h>
|
||||
#include <LibWeb/Layout/TextNode.h>
|
||||
#include <LibWeb/Page/BrowsingContext.h>
|
||||
#include <typeinfo>
|
||||
|
||||
namespace Web::Layout {
|
||||
|
||||
|
|
Loading…
Reference in a new issue