Material: fix diagnostic errors with the clang code model

This commit is contained in:
wmayer
2023-11-02 12:43:10 +01:00
committed by wwmayer
parent cbf02165d6
commit bd06dd0ed5
5 changed files with 4 additions and 3 deletions

View File

@@ -22,6 +22,7 @@
#ifndef MATERIAL_TRIM_H
#define MATERIAL_TRIM_H
#include <algorithm>
#include <string>
namespace Materials

View File

@@ -30,7 +30,6 @@
#include <Gui/MainWindow.h>
#include <Mod/Material/App/Exceptions.h>
#include <Mod/Material/App/Materials.h>
#include "Array3D.h"
#include "ArrayDelegate.h"

View File

@@ -26,6 +26,8 @@
#include <QDialog>
#include <QStandardItem>
#include <QTableView>
#include <Mod/Material/App/Materials.h>
namespace MatGui
{

View File

@@ -33,8 +33,6 @@
#include <Gui/Command.h>
#include <Gui/WaitCursor.h>
#include <Mod/Material/App/ModelManager.h>
#include "ModelSelect.h"
#include "ui_ModelSelect.h"

View File

@@ -32,6 +32,7 @@
#include <Mod/Material/App/Materials.h>
#include <Mod/Material/App/Model.h>
#include <Mod/Material/App/ModelManager.h>
namespace MatGui
{