diff options
Diffstat (limited to 'src/plugins/Ui/skinned/eqpreset.cpp')
| -rw-r--r-- | src/plugins/Ui/skinned/eqpreset.cpp | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/plugins/Ui/skinned/eqpreset.cpp b/src/plugins/Ui/skinned/eqpreset.cpp index 2198d50da..66e98d922 100644 --- a/src/plugins/Ui/skinned/eqpreset.cpp +++ b/src/plugins/Ui/skinned/eqpreset.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2006 by Ilya Kotov * + * Copyright (C) 2006-2020 by Ilya Kotov * * forkotov02@ya.ru * * * * This program is free software; you can redistribute it and/or modify * @@ -17,6 +17,11 @@ * Free Software Foundation, Inc., * * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * ***************************************************************************/ + +#include <QtGlobal> +#if (QT_VERSION < QT_VERSION_CHECK(5, 7, 0)) //qAsConst template +#include <qmmp/qmmp.h> +#endif #include "eqpreset.h" EQPreset::EQPreset() |
