Fix missing includes.

On linux missing includes in LabelObjects.hpp caused compilation error.
This commit is contained in:
Martin Šach 2023-09-29 12:39:55 +02:00
parent 23b041e222
commit 83b0a00bc1

View File

@ -1,6 +1,9 @@
#ifndef slic3r_GCode_LabelObjects_hpp_
#define slic3r_GCode_LabelObjects_hpp_
#include <string>
#include <unordered_map>
namespace Slic3r {
enum GCodeFlavor : unsigned char;