fixup! FIX: Fix missing FilamentMapMode declaration
This commit is contained in:
parent
c6f2b0e950
commit
13624fb941
|
@ -1,6 +1,7 @@
|
||||||
#ifndef FILAMENT_GROUP_HOVER_HPP
|
#ifndef FILAMENT_GROUP_HOVER_HPP
|
||||||
#define FILAMENT_GROUP_HOVER_HPP
|
#define FILAMENT_GROUP_HOVER_HPP
|
||||||
|
|
||||||
|
#include "libslic3r/PrintConfig.hpp"
|
||||||
#include "Widgets/PopupWindow.hpp"
|
#include "Widgets/PopupWindow.hpp"
|
||||||
#include "Widgets/Label.hpp"
|
#include "Widgets/Label.hpp"
|
||||||
|
|
||||||
|
@ -75,4 +76,4 @@ private:
|
||||||
Plater* plater_ref{ nullptr };
|
Plater* plater_ref{ nullptr };
|
||||||
};
|
};
|
||||||
}} // namespace Slic3r::GUI
|
}} // namespace Slic3r::GUI
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue