Added missing includes (gcc9.4 without pch)

This commit is contained in:
Lukas Matena 2021-11-16 16:08:16 +01:00
parent e063fe920e
commit a2c3a6ac2f
4 changed files with 8 additions and 1 deletions

View file

@ -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)