From 7db9e8ecfabad3f41e6a41b0666f037a455b76f9 Mon Sep 17 00:00:00 2001 From: Thomas Groman Date: Mon, 10 Dec 2018 00:16:06 -0800 Subject: Fixed missing includes --- application/pages/global/ProxyPage.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'application/pages/global/ProxyPage.cpp') diff --git a/application/pages/global/ProxyPage.cpp b/application/pages/global/ProxyPage.cpp index 1e75bab1..7dbcb860 100644 --- a/application/pages/global/ProxyPage.cpp +++ b/application/pages/global/ProxyPage.cpp @@ -18,6 +18,7 @@ #include "settings/SettingsObject.h" #include "MultiMC.h" +#include ProxyPage::ProxyPage(QWidget *parent) : QWidget(parent), ui(new Ui::ProxyPage) { -- cgit v1.2.3