desktop/synergy/fix-incompetence.patch
2015-12-29 16:38:22 +01:00

23 lines
647 B
Diff

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
--
2.4.2