1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-30 11:05:50 +00:00

Added missing headers.

This commit is contained in:
bubnikv
2019-01-21 17:51:37 +01:00
parent 3366ce51e5
commit bd80304f39
2 changed files with 6 additions and 3 deletions
+4 -3
View File
@@ -3,10 +3,11 @@
#ifndef slic3r_Slicing_hpp_
#define slic3r_Slicing_hpp_
#include <set>
#include <vector>
#include <map>
#include <cstring>
#include <map>
#include <set>
#include <type_traits>
#include <vector>
#include "libslic3r.h"
namespace Slic3r