Skip to content

Commit

Permalink
Screen.cpp: include missing headers
Browse files Browse the repository at this point in the history
  • Loading branch information
nadiaholmquist committed Dec 26, 2023
1 parent 5c90cb9 commit f16de40
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/frontend/qt_sdl/Screen.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit f16de40

Please sign in to comment.