mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-27 10:41:15 -06:00
Added missing includes (gcc9.4 without pch)
This commit is contained in:
parent
e063fe920e
commit
a2c3a6ac2f
4 changed files with 8 additions and 1 deletions
|
|
@ -4,6 +4,8 @@
|
|||
#include "GCode/GCodeProcessor.hpp"
|
||||
#include "Point.hpp"
|
||||
|
||||
#include <boost/log/trivial.hpp>
|
||||
|
||||
namespace Slic3r {
|
||||
|
||||
BuildVolume::BuildVolume(const std::vector<Vec2d> &bed_shape, const double max_print_height) : m_bed_shape(bed_shape), m_max_print_height(max_print_height)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue