diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-05-03 18:05:20 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-05-03 18:05:20 +0200 |
commit | c8f465d31e7da78e24846a7d587dc2a9449ae330 (patch) | |
tree | 9f513f20856ad57e33d5e6ba7045a5ecf6e82d4b | |
parent | d3678f39f0b2d15348a49b66a3e8377440c03a27 (diff) | |
download | kube-c8f465d31e7da78e24846a7d587dc2a9449ae330.tar.gz kube-c8f465d31e7da78e24846a7d587dc2a9449ae330.zip |
We need the QtGlobal include for the defines to work
-rw-r--r-- | applications/kube/main.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/applications/kube/main.cpp b/applications/kube/main.cpp index 7b6f88f5..aafbeef8 100644 --- a/applications/kube/main.cpp +++ b/applications/kube/main.cpp | |||
@@ -17,6 +17,7 @@ | |||
17 | 02110-1301, USA. | 17 | 02110-1301, USA. |
18 | */ | 18 | */ |
19 | 19 | ||
20 | #include <QtGlobal> | ||
20 | #include <signal.h> | 21 | #include <signal.h> |
21 | #include <csignal> | 22 | #include <csignal> |
22 | #include <iostream> | 23 | #include <iostream> |