From 07044d70e9cd6a547ac9b4c5a462a8dc5ad68c17 Mon Sep 17 00:00:00 2001 From: Adriaan de Groot Date: Mon, 14 Sep 2020 11:49:03 +0200 Subject: 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 Reviewed-by: Laszlo Agocs --- src/plugins/platforms/bsdfb/qbsdfbscreen.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/plugins/platforms') diff --git a/src/plugins/platforms/bsdfb/qbsdfbscreen.cpp b/src/plugins/platforms/bsdfb/qbsdfbscreen.cpp index d752b539a0..10d45dd0e9 100644 --- a/src/plugins/platforms/bsdfb/qbsdfbscreen.cpp +++ b/src/plugins/platforms/bsdfb/qbsdfbscreen.cpp @@ -41,6 +41,7 @@ #include "qbsdfbscreen.h" #include #include +#include #include #include -- cgit v1.2.3