aboutsummaryrefslogtreecommitdiff
path: root/installer/process/installworker.h
diff options
context:
space:
mode:
Diffstat (limited to 'installer/process/installworker.h')
-rw-r--r--installer/process/installworker.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/installer/process/installworker.h b/installer/process/installworker.h
index c98763b..ea0db48 100644
--- a/installer/process/installworker.h
+++ b/installer/process/installworker.h
@@ -15,10 +15,12 @@
#include <QStandardPaths>
#include <QJsonDocument>
#include <QJsonObject>
+#include <QUuid>
+#include <QSettings>
#include <quazip/JlCompress.h>
-#include <iostream>
+#include <winreg.h>
class InstallWorker : public QObject
{