summaryrefslogtreecommitdiffstats
path: root/application/pages/global/ProxyPage.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/ProxyPage.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/ProxyPage.cpp')
-rw-r--r--application/pages/global/ProxyPage.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/application/pages/global/ProxyPage.cpp b/application/pages/global/ProxyPage.cpp
index 1e75bab1..e9882a85 100644
--- a/application/pages/global/ProxyPage.cpp
+++ b/application/pages/global/ProxyPage.cpp
@@ -16,6 +16,8 @@
#include "ProxyPage.h"
#include "ui_ProxyPage.h"
+#include <QTabBar>
+
#include "settings/SettingsObject.h"
#include "MultiMC.h"