Merge pull request #10205 from jbeich/freebsd
qt_common: unbreak build on BSDs
This commit is contained in:
commit
15ec8d3e44
|
@ -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
|
||||
|
||||
|
|
Reference in New Issue