[rkward] rkward: Include missing header for macOS builds
Ben Cooksley
null at kde.org
Sat Oct 6 10:54:30 BST 2018
Git commit ccfe88066dfea78306cca77c93efafadaa036e36 by Ben Cooksley.
Committed on 06/10/2018 at 09:54.
Pushed by bcooksley into branch 'master'.
Include missing header for macOS builds
M +5 -0 rkward/main.cpp
https://commits.kde.org/rkward/ccfe88066dfea78306cca77c93efafadaa036e36
diff --git a/rkward/main.cpp b/rkward/main.cpp
index e5515d02..315ad1f1 100644
--- a/rkward/main.cpp
+++ b/rkward/main.cpp
@@ -73,6 +73,11 @@
#include <QTime>
#include <QSettings>
+#ifdef Q_OS_MACOS
+ // Needed to allow execution of launchctl
+# include <QProcess>
+#endif
+
#include <stdio.h>
#include <stdlib.h>
More information about the rkward-tracker
mailing list