Merge pull request #10205 from jbeich/freebsd

qt_common: unbreak build on BSDs
This commit is contained in:
liamwhite 2023-05-08 17:29:33 -04:00 committed by GitHub
commit 15ec8d3e44
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
#include "core/frontend/emu_window.h"
#include "yuzu/qt_common.h"
#ifdef __linux__
#if !defined(WIN32) && !defined(__APPLE__)
#include <qpa/qplatformnativeinterface.h>
#endif