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:
Ben Wiederhake 2021-01-21 20:55:37 +01:00 committed by Andreas Kling
commit 67cda61b7f
Notes: sideshowbarker 2024-07-18 22:59:49 +09:00
19 changed files with 22 additions and 0 deletions

View file

@ -28,6 +28,7 @@
#include <AK/NonnullRefPtrVector.h>
#include <LibGUI/Model.h>
#include <LibWeb/CSS/StyleProperties.h>
namespace Web {