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
parent
commit
15ec8d3e44
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/yuzu/qt_common.cpp

2
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

Loading…
Cancel
Save