diff --git a/src/core/utils/fs.cpp b/src/core/utils/fs.cpp index 85f9affff..c6f277e37 100644 --- a/src/core/utils/fs.cpp +++ b/src/core/utils/fs.cpp @@ -54,13 +54,16 @@ #include #endif -#ifndef DISABLE_GUI #if (QT_VERSION < QT_VERSION_CHECK(5, 0, 0)) + +#ifndef DISABLE_GUI #include +#endif + #else #include #endif -#endif + #include "misc.h" #include "fs.h"