Skip to content
Snippets Groups Projects
Unverified Commit 6bcde572 authored by liamwhite's avatar liamwhite Committed by GitHub
Browse files

Merge pull request #12085 from liamwhite/build-fix

qt: fix linux build
parents 787552f8 20a17607
No related branches found
No related tags found
No related merge requests found
...@@ -4,7 +4,10 @@ ...@@ -4,7 +4,10 @@
#include <array> #include <array>
#include <cmath> #include <cmath>
#include <QPainter> #include <QPainter>
#include "common/logging/log.h"
#include "yuzu/util/util.h" #include "yuzu/util/util.h"
#ifdef _WIN32 #ifdef _WIN32
#include <windows.h> #include <windows.h>
#include "common/fs/file.h" #include "common/fs/file.h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment