From 42cdd6e0174b720b65cd124e8abc423e3dcd0120 Mon Sep 17 00:00:00 2001 From: Joe Ferris Date: Tue, 3 May 2016 09:40:42 -0400 Subject: [PATCH] Make sure to include QStyleFactory before using This seems to be included as a side effect of something else on Qt 5, but must be included directly in Qt 4.8. --- src/main.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main.cpp b/src/main.cpp index 19021fd..4826a2b 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -2,6 +2,7 @@ #include "IgnoreDebugOutput.h" #include "StdinNotifier.h" #include +#include #include #ifdef Q_OS_UNIX #include