summaryrefslogtreecommitdiffstats
path: root/application/pages/global/MinecraftPage.cpp
diff options
context:
space:
mode:
authorThomas Groman <tgroman@nuegia.net>2018-12-10 00:16:06 -0800
committerThomas Groman <tgroman@nuegia.net>2018-12-10 00:16:06 -0800
commit7db9e8ecfabad3f41e6a41b0666f037a455b76f9 (patch)
tree5e6ea5ad5a0566a42e701af12f9d17da3e38a697 /application/pages/global/MinecraftPage.cpp
parent565edce85992fd820c392d40d50ea71179f35a48 (diff)
downloadMultiMC-7db9e8ecfabad3f41e6a41b0666f037a455b76f9.tar
MultiMC-7db9e8ecfabad3f41e6a41b0666f037a455b76f9.tar.gz
MultiMC-7db9e8ecfabad3f41e6a41b0666f037a455b76f9.tar.lz
MultiMC-7db9e8ecfabad3f41e6a41b0666f037a455b76f9.tar.xz
MultiMC-7db9e8ecfabad3f41e6a41b0666f037a455b76f9.zip
Fixed missing includes
Diffstat (limited to 'application/pages/global/MinecraftPage.cpp')
-rw-r--r--application/pages/global/MinecraftPage.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/application/pages/global/MinecraftPage.cpp b/application/pages/global/MinecraftPage.cpp
index aecd8d57..4efc2fa0 100644
--- a/application/pages/global/MinecraftPage.cpp
+++ b/application/pages/global/MinecraftPage.cpp
@@ -21,6 +21,7 @@
#include "settings/SettingsObject.h"
#include "MultiMC.h"
+#include <QTabBar>
MinecraftPage::MinecraftPage(QWidget *parent) : QWidget(parent), ui(new Ui::MinecraftPage)
{