mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 21:58:12 +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
19 changed files with 22 additions and 0 deletions
|
@ -29,6 +29,7 @@
|
|||
#include <AK/FlyString.h>
|
||||
#include <AK/HashMap.h>
|
||||
#include <AK/String.h>
|
||||
#include <LibGfx/Font.h>
|
||||
#include <LibGfx/Forward.h>
|
||||
|
||||
struct FontSelector {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue