mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-02 19:00:40 +08:00
Fix missing includes.
On linux missing includes in LabelObjects.hpp caused compilation error.
This commit is contained in:
parent
23b041e222
commit
83b0a00bc1
@ -1,6 +1,9 @@
|
|||||||
#ifndef slic3r_GCode_LabelObjects_hpp_
|
#ifndef slic3r_GCode_LabelObjects_hpp_
|
||||||
#define slic3r_GCode_LabelObjects_hpp_
|
#define slic3r_GCode_LabelObjects_hpp_
|
||||||
|
|
||||||
|
#include <string>
|
||||||
|
#include <unordered_map>
|
||||||
|
|
||||||
namespace Slic3r {
|
namespace Slic3r {
|
||||||
|
|
||||||
enum GCodeFlavor : unsigned char;
|
enum GCodeFlavor : unsigned char;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user