Add missing #includes for FreeBSD build

QFile is no longer included implicitly via other headers,
so include it explicitly in the FreeBSD framebuffer code.
This is needed to make it compile (at all, although there
are also API changes to chase and general bitrot).

Change-Id: I3801a39503f545a24a3b2c58122774b5697358e9
Reviewed-by: David Edmundson <davidedmundson@kde.org>
Reviewed-by: Laszlo Agocs <laszlo.agocs@qt.io>
This commit is contained in:
Adriaan de Groot 2020-09-14 11:49:03 +02:00
parent d7d0f4d5a0
commit 07044d70e9
2 changed files with 2 additions and 0 deletions

View File

@ -39,6 +39,7 @@
#include "qbsdmouse.h"
#include <QFile>
#include <QSocketNotifier>
#include <QStringList>
#include <QPoint>

View File

@ -41,6 +41,7 @@
#include "qbsdfbscreen.h"
#include <QtFbSupport/private/qfbcursor_p.h>
#include <QtFbSupport/private/qfbwindow_p.h>
#include <QtCore/QFile>
#include <QtCore/QRegularExpression>
#include <QtGui/QPainter>