summarylogtreecommitdiffstats
path: root/missing-include-fix.patch
blob: 42f9ccc4f47c459dec8963a3788f5052159c652e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/src/gui/src/CommandProcess.h b/src/gui/src/CommandProcess.h
index 508552d..ff6c161 100644
--- a/src/gui/src/CommandProcess.h
+++ b/src/gui/src/CommandProcess.h
@@ -18,6 +18,7 @@
 #ifndef COMMANDTHREAD_H
 #define COMMANDTHREAD_H
 
+#include <QObject>
 #include <QStringList>
 
 class CommandProcess : public QObject