summaryrefslogtreecommitdiffstats
path: root/application/pages/global/ExternalToolsPage.cpp
diff options
context:
space:
mode:
authorSergey Shatunov <me@prok.pw>2018-06-01 21:20:33 +0700
committerSergey Shatunov <me@prok.pw>2018-06-02 17:22:43 +0700
commit4d68c1b509cd289e9f02cbf258e69f2539349029 (patch)
tree75ebfaae1e8c6b32babed0f89b18a5c62b06d503 /application/pages/global/ExternalToolsPage.cpp
parentf0ff2db4e1a81bc941ea8b6ce43f7fb63d34547a (diff)
downloadMultiMC-4d68c1b509cd289e9f02cbf258e69f2539349029.tar
MultiMC-4d68c1b509cd289e9f02cbf258e69f2539349029.tar.gz
MultiMC-4d68c1b509cd289e9f02cbf258e69f2539349029.tar.lz
MultiMC-4d68c1b509cd289e9f02cbf258e69f2539349029.tar.xz
MultiMC-4d68c1b509cd289e9f02cbf258e69f2539349029.zip
GH-2291 Fix build with Qt 5.11+
Diffstat (limited to 'application/pages/global/ExternalToolsPage.cpp')
-rw-r--r--application/pages/global/ExternalToolsPage.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/application/pages/global/ExternalToolsPage.cpp b/application/pages/global/ExternalToolsPage.cpp
index ff63ecbb..dd44e504 100644
--- a/application/pages/global/ExternalToolsPage.cpp
+++ b/application/pages/global/ExternalToolsPage.cpp
@@ -19,6 +19,7 @@
#include <QMessageBox>
#include <QFileDialog>
#include <QStandardPaths>
+#include <QTabBar>
#include "settings/SettingsObject.h"
#include "tools/BaseProfiler.h"