mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-02 14:19:48 +00:00
Libraries: Add missing headers
A C++ source file containing just #include <LibFoo/Bar.h> should always compile cleanly. This patch adds missing header inclusions that could have caused weird error messages if they were used in a different context. Also, this confused QtCreator.
This commit is contained in:
parent
1e7adf5cb6
commit
67cda61b7f
Notes:
sideshowbarker
2024-07-18 22:59:49 +09:00
Author: https://github.com/BenWiederhake
Commit: 67cda61b7f
Pull-request: https://github.com/SerenityOS/serenity/pull/5034
Reviewed-by: https://github.com/alimpfard
19 changed files with 22 additions and 0 deletions
|
@ -27,6 +27,7 @@
|
|||
#pragma once
|
||||
|
||||
#include <LibWeb/Layout/SVGGraphicsBox.h>
|
||||
#include <LibWeb/SVG/SVGPathElement.h>
|
||||
|
||||
namespace Web::Layout {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue