Screen.cpp: include missing headers

This commit is contained in:
Nadia Holmquist Pedersen 2023-12-26 04:26:38 +01:00
parent 5c90cb939d
commit f16de402cf
1 changed files with 2 additions and 0 deletions

View File

@ -25,9 +25,11 @@
#include <vector>
#include <string>
#include <algorithm>
#include <cmath>
#include <QPaintEvent>
#include <QPainter>
#include <QDebug>
#ifndef _WIN32
#ifndef APPLE
#include <qpa/qplatformnativeinterface.h>