Browse Source
Merge pull request #10205 from jbeich/freebsd
qt_common: unbreak build on BSDs
pull/15/merge
liamwhite
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
src/yuzu/qt_common.cpp
|
|
@ -8,7 +8,7 @@ |
|
|
#include "core/frontend/emu_window.h"
|
|
|
#include "core/frontend/emu_window.h"
|
|
|
#include "yuzu/qt_common.h"
|
|
|
#include "yuzu/qt_common.h"
|
|
|
|
|
|
|
|
|
#ifdef __linux__
|
|
|
|
|
|
|
|
|
#if !defined(WIN32) && !defined(__APPLE__)
|
|
|
#include <qpa/qplatformnativeinterface.h>
|
|
|
#include <qpa/qplatformnativeinterface.h>
|
|
|
#endif
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|