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

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