Merge pull request #12085 from liamwhite/build-fix

qt: fix linux build
This commit is contained in:
liamwhite 2023-11-19 14:09:18 -05:00 committed by GitHub
commit 6bcde572dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -4,7 +4,10 @@
#include <array>
#include <cmath>
#include <QPainter>
#include "common/logging/log.h"
#include "yuzu/util/util.h"
#ifdef _WIN32
#include <windows.h>
#include "common/fs/file.h"