Qt: Fix build with Qt 5.11
Vicki Pfau vi@endrift.com
Fri, 25 May 2018 18:04:16 -0700
2 files changed,
2 insertions(+),
0 deletions(-)
M
src/platform/qt/LoadSaveState.cpp
→
src/platform/qt/LoadSaveState.cpp
@@ -10,6 +10,7 @@ #include "GamepadAxisEvent.h"
#include "GamepadButtonEvent.h" #include "VFileDevice.h" +#include <QAction> #include <QDateTime> #include <QKeyEvent> #include <QPainter>
M
src/platform/qt/Window.h
→
src/platform/qt/Window.h
@@ -5,6 +5,7 @@ * License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #pragma once +#include <QAction> #include <QDateTime> #include <QList> #include <QMainWindow>