1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 17:07:34 +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:
Timothy Flynn 2023-11-04 16:40:12 -04:00 committed by Andreas Kling
parent 30fac0abb9
commit c72b42ebb2
2 changed files with 2 additions and 0 deletions

View file

@ -9,6 +9,7 @@
#include <LibWebView/StylePropertiesModel.h>
#include "InspectorWidget.h"
#include <AK/JsonObject.h>
#include <QCloseEvent>
#include <QHeaderView>
#include <QSplitter>