mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-20 05:07:51 -06:00
Fixed build on Windows.
This commit is contained in:
parent
d11d15aa1e
commit
0a8a3f6d8c
1 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,6 @@
|
||||||
|
|
||||||
#include <cereal/types/vector.hpp>
|
#include <cereal/types/vector.hpp>
|
||||||
|
|
||||||
class GLGizmoMmuSegmentation;
|
|
||||||
|
|
||||||
|
|
||||||
namespace Slic3r {
|
namespace Slic3r {
|
||||||
|
@ -22,6 +21,7 @@ namespace GUI {
|
||||||
enum class SLAGizmoEventType : unsigned char;
|
enum class SLAGizmoEventType : unsigned char;
|
||||||
class ClippingPlane;
|
class ClippingPlane;
|
||||||
struct Camera;
|
struct Camera;
|
||||||
|
class GLGizmoMmuSegmentation;
|
||||||
|
|
||||||
enum class PainterGizmoType {
|
enum class PainterGizmoType {
|
||||||
FDM_SUPPORTS,
|
FDM_SUPPORTS,
|
||||||
|
@ -148,7 +148,7 @@ protected:
|
||||||
void on_save(cereal::BinaryOutputArchive& ar) const override {}
|
void on_save(cereal::BinaryOutputArchive& ar) const override {}
|
||||||
CommonGizmosDataID on_get_requirements() const override;
|
CommonGizmosDataID on_get_requirements() const override;
|
||||||
|
|
||||||
friend class GLGizmoMmuSegmentation;
|
friend class ::Slic3r::GUI::GLGizmoMmuSegmentation;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue