UI/Qt: Add a couple of missing includes

These are currently being transitively included. This will no longer be
the case in a future patch.
This commit is contained in:
Timothy Flynn 2025-03-30 15:04:14 -04:00 committed by Tim Flynn
commit a87c264088
Notes: github-actions[bot] 2025-04-02 12:53:49 +00:00
3 changed files with 2 additions and 1 deletions

View file

@ -14,6 +14,7 @@
#include <QContextMenuEvent>
#include <QEvent>
#include <QPushButton>
#include <QStyleOption>
#include <QStylePainter>
namespace Ladybird {