mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 16:07:47 +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
1 changed files with 1 additions and 0 deletions
|
@ -16,6 +16,7 @@
|
||||||
#include <LibWeb/Layout/Node.h>
|
#include <LibWeb/Layout/Node.h>
|
||||||
#include <LibWeb/Layout/TextNode.h>
|
#include <LibWeb/Layout/TextNode.h>
|
||||||
#include <LibWeb/Page/BrowsingContext.h>
|
#include <LibWeb/Page/BrowsingContext.h>
|
||||||
|
#include <typeinfo>
|
||||||
|
|
||||||
namespace Web::Layout {
|
namespace Web::Layout {
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue