mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-14 19:12:38 -07:00
Added missing includes
This commit is contained in:
@@ -8,6 +8,9 @@
|
||||
#include "Print.hpp"
|
||||
|
||||
#include <boost/log/trivial.hpp>
|
||||
#if ENABLE_GCODE_VIEWER_DEBUG_OUTPUT
|
||||
#include <boost/filesystem/path.hpp>
|
||||
#endif // ENABLE_GCODE_VIEWER_DEBUG_OUTPUT
|
||||
|
||||
#include "Analyzer.hpp"
|
||||
#include "PreviewData.hpp"
|
||||
|
||||
@@ -6,6 +6,8 @@
|
||||
#include "../Point.hpp"
|
||||
#include "../ExtrusionEntity.hpp"
|
||||
|
||||
#include <array>
|
||||
|
||||
namespace Slic3r {
|
||||
|
||||
class GCodeProcessor
|
||||
|
||||
Reference in New Issue
Block a user