Skip to content
Snippets Groups Projects
Unverified Commit 15ec8d3e authored by liamwhite's avatar liamwhite Committed by GitHub
Browse files

Merge pull request #10205 from jbeich/freebsd

qt_common: unbreak build on BSDs
parents b70a205a a4362765
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment