summaryrefslogtreecommitdiff
path: root/src/motddialog.cpp
diff options
context:
space:
mode:
authorAl <gabriel.cortesi@outlook.com>2019-05-26 13:24:36 +0200
committerGitHub <noreply@github.com>2019-05-26 13:24:36 +0200
commit1c87bdab35c7559ac393ccb6f6a54b769b12a64c (patch)
tree09cf0f21afe1352452ce2b1d58892b9044a8e2f5 /src/motddialog.cpp
parent2caa688e5581849441b1c96e4a2d357e9241f74a (diff)
parentfce3c9f8c3058d9975ccc634be3572a431c1a50d (diff)
Merge pull request #733 from isanae/shell-functions-to-uibase
moved shell functions to uibase
Diffstat (limited to 'src/motddialog.cpp')
-rw-r--r--src/motddialog.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/motddialog.cpp b/src/motddialog.cpp
index 9be41d96..ca1e60ad 100644
--- a/src/motddialog.cpp
+++ b/src/motddialog.cpp
@@ -22,8 +22,11 @@ along with Mod Organizer. If not, see <http://www.gnu.org/licenses/>.
#include "utility.h"
#include "ui_motddialog.h"
#include "organizercore.h"
+#include <utility.h>
#include <Shlwapi.h>
+using namespace MOBase;
+
MotDDialog::MotDDialog(const QString &message, QWidget *parent)
: QDialog(parent), ui(new Ui::MotDDialog)
{