From a9f14a8408002de8692fbf3e30f77f826977780f Mon Sep 17 00:00:00 2001 From: sledgehammer999 Date: Fri, 9 Oct 2015 16:54:43 +0300 Subject: [PATCH] Fix Qt5 nox build on non-Windows. --- src/core/fs_utils.cpp | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/core/fs_utils.cpp b/src/core/fs_utils.cpp index cb4672d2c..89f2a662d 100644 --- a/src/core/fs_utils.cpp +++ b/src/core/fs_utils.cpp @@ -62,13 +62,15 @@ #include #endif -#ifndef DISABLE_GUI #if (QT_VERSION < QT_VERSION_CHECK(5, 0, 0)) + +#ifndef DISABLE_GUI #include +#endif + #else #include #endif -#endif using namespace libtorrent;