Add <algorithm> include and remove explicit 3rdparty/GSL include reference
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
#define FREECAD_START_GENERALSETTINGSWIDGET_H
|
||||
|
||||
#include <QWidget>
|
||||
#include <3rdParty/GSL/include/gsl/pointers>
|
||||
#include <gsl/pointers>
|
||||
|
||||
class QLabel;
|
||||
class QComboBox;
|
||||
|
||||
@@ -31,7 +31,7 @@
|
||||
#endif
|
||||
|
||||
#include "ThemeSelectorWidget.h"
|
||||
#include <3rdParty/GSL/include/gsl/pointers>
|
||||
#include <gsl/pointers>
|
||||
#include <App/Application.h>
|
||||
#include <Gui/Application.h>
|
||||
#include <Gui/PreferencePackManager.h>
|
||||
|
||||
Reference in New Issue
Block a user