mirror of
https://github.com/RGBCube/serenity
synced 2025-05-14 09:24:57 +00:00
Ladybird/Qt: Add a couple of missing header includes
These are currently included implicitly, but this will no longer be the case after upcoming refactoring.
This commit is contained in:
parent
30fac0abb9
commit
c72b42ebb2
2 changed files with 2 additions and 0 deletions
|
@ -9,6 +9,7 @@
|
|||
#include <LibWebView/StylePropertiesModel.h>
|
||||
|
||||
#include "InspectorWidget.h"
|
||||
#include <AK/JsonObject.h>
|
||||
#include <QCloseEvent>
|
||||
#include <QHeaderView>
|
||||
#include <QSplitter>
|
||||
|
|
|
@ -11,6 +11,7 @@
|
|||
#include "Settings.h"
|
||||
#include "StringUtils.h"
|
||||
#include "TVGIconEngine.h"
|
||||
#include <AK/TemporaryChange.h>
|
||||
#include <LibGfx/ImageFormats/BMPWriter.h>
|
||||
#include <LibGfx/Painter.h>
|
||||
#include <LibWebView/SearchEngine.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue