Skip to content

Commit

Permalink
Fix windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
kd-11 committed Jan 11, 2018
1 parent fbceec4 commit 5959411
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions rpcs3/rpcs3qt/gs_frame.cpp
Expand Up @@ -7,20 +7,18 @@
#include <QKeyEvent>
#include <QTimer>
#include <QThread>

#ifdef VK_USE_PLATFORM_WAYLAND_KHR
#include <QGuiApplication>
#include <qpa/qplatformnativeinterface.h>
#endif

#include <X11/Xlib.h>

#include <string>

#include "rpcs3_version.h"

#ifdef _WIN32
#include <windows.h>
#else
#ifdef VK_USE_PLATFORM_WAYLAND_KHR
#include <QGuiApplication>
#include <qpa/qplatformnativeinterface.h>
#endif
#include <X11/Xlib.h>
#endif

constexpr auto qstr = QString::fromStdString;
Expand Down

0 comments on commit 5959411

Please sign in to comment.