App: fix some lint warnings

This commit is contained in:
wmayer
2023-04-07 12:40:25 +02:00
committed by wwmayer
parent de1acd926e
commit 51a2cb9599
2 changed files with 2 additions and 1 deletions

View File

@@ -51,7 +51,6 @@
#include <QProcessEnvironment>
#include <QStandardPaths>
#include <LibraryVersions.h>
#include <array>
#include <App/MaterialPy.h>
#include <App/MetadataPy.h>

View File

@@ -24,6 +24,8 @@
#ifndef PROGRAMOPTIONSUTILITIES_H
#define PROGRAMOPTIONSUTILITIES_H
#include <algorithm>
#include <array>
#include <string>
namespace App::Util{