Merge pull request #1849 from srcejon/fix_1846

Fix compilation on Windows
This commit is contained in:
Edouard Griffiths 2023-10-17 14:17:31 +02:00 committed by GitHub
commit cdc9ddb954
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 0 deletions

View File

@ -16,6 +16,8 @@
// along with this program. If not, see <http://www.gnu.org/licenses/>. //
///////////////////////////////////////////////////////////////////////////////////
#include <array>
#include <QString>
#include <QDebug>

View File

@ -16,6 +16,7 @@
// along with this program. If not, see <http://www.gnu.org/licenses/>. //
///////////////////////////////////////////////////////////////////////////////////
#include <array>
#include <QString>
#include <QDebug>