--- qsampler/trunk/src/qsamplerMainForm.cpp 2020/03/31 11:06:16 3761 +++ qsampler/trunk/src/qsamplerMainForm.cpp 2020/06/05 09:29:25 3784 @@ -74,16 +74,15 @@ } #endif +#ifdef CONFIG_LIBGIG +#include +#endif + // Deprecated QTextStreamFunctions/Qt namespaces workaround. #if QT_VERSION >= QT_VERSION_CHECK(5, 15, 0) #define endl Qt::endl #endif - -#ifdef CONFIG_LIBGIG -#include -#endif - // Needed for lroundf() #include