From 7eb39292de48dfb0973ae591744c5b81118b4999 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Fri, 20 Apr 2018 13:15:26 +0200 Subject: We need QtGlobal, otherwise we also don't have the define. --- sinksh/main.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'sinksh') diff --git a/sinksh/main.cpp b/sinksh/main.cpp index 717d937..c1aea07 100644 --- a/sinksh/main.cpp +++ b/sinksh/main.cpp @@ -17,6 +17,7 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ +#include //For Q_OS_WIN #ifdef Q_OS_WIN #include #else -- cgit v1.2.3