summaryrefslogtreecommitdiffstats
path: root/src/errordialoghandler.cpp
diff options
context:
space:
mode:
authorJan Holthuis <jan.holthuis@ruhr-uni-bochum.de>2020-12-07 23:23:29 +0100
committerJan Holthuis <jan.holthuis@ruhr-uni-bochum.de>2020-12-07 23:23:29 +0100
commit5ed122e334449fda0071c4572ce445ed9f2ede4e (patch)
treed68413698a282c1684c280cf670e09167109ed50 /src/errordialoghandler.cpp
parent6bac62651147ff2a902347522a629aea13d81f17 (diff)
parente0f70a2cc1d10b65f5b7cf5bd832121510e66a11 (diff)
Merge branch '2.3' of github.com:mixxxdj/mixxx into cleanup-headers
Diffstat (limited to 'src/errordialoghandler.cpp')
-rw-r--r--src/errordialoghandler.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/errordialoghandler.cpp b/src/errordialoghandler.cpp
index c2e3da9378..e9c4ec6719 100644
--- a/src/errordialoghandler.cpp
+++ b/src/errordialoghandler.cpp
@@ -1,10 +1,12 @@
+#include "errordialoghandler.h"
+
#include <QCoreApplication>
#include <QMutexLocker>
#include <QScopedPointer>
#include <QThread>
#include <QtDebug>
-#include "errordialoghandler.h"
+#include "moc_errordialoghandler.cpp"
#include "util/assert.h"
#include "util/version.h"