Permalink
Browse files
Qt: Fix build with Qt 5.11
- Loading branch information...
Showing
with
2 additions
and
0 deletions.
-
+1
−0
src/platform/qt/LoadSaveState.cpp
-
+1
−0
src/platform/qt/Window.h
|
|
@@ -10,6 +10,7 @@ |
|
|
#include "GamepadButtonEvent.h"
|
|
|
#include "VFileDevice.h"
|
|
|
|
|
|
+#include <QAction>
|
|
|
#include <QDateTime>
|
|
|
#include <QKeyEvent>
|
|
|
#include <QPainter>
|
|
|
|
|
|
@@ -5,6 +5,7 @@ |
|
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
|
|
#pragma once
|
|
|
|
|
|
+#include <QAction>
|
|
|
#include <QDateTime>
|
|
|
#include <QList>
|
|
|
#include <QMainWindow>
|
|
|
|
0 comments on commit
7f41dd3