summarylogtreecommitdiffstats
path: root/missing-include-fix.patch
blob: ed53bd40c927178049b141bfd602eccaee504a34 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
From 5080bf0c679711f60ca14eb5979d92f181749bb7 Mon Sep 17 00:00:00 2001
From: Manuel Frischknecht <manuel.frischknecht@bfh.ch>
Date: Mon, 20 Jul 2015 17:55:02 +0200
Subject: [PATCH] Fixed a missing include that breaks the build on linux

---
 src/gui/src/CommandProcess.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/gui/src/CommandProcess.h b/src/gui/src/CommandProcess.h
index 62e89bf..f279dff 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