UI: Explicitly include QFile

Explicitly include QFile to prevent a build failure with VS2019 and Qt6.
master
Ryan Foster 2021-03-09 09:11:30 -05:00
parent e81f8e3857
commit 1793515bbf
1 changed files with 1 additions and 0 deletions

View File

@ -31,6 +31,7 @@
#include <obs-config.h>
#include <obs.hpp>
#include <QFile>
#include <QGuiApplication>
#include <QProxyStyle>
#include <QScreen>