Added another missing include
This commit is contained in:
parent
d0ce17656f
commit
f05de150c5
3 changed files with 20 additions and 18 deletions
src/libslic3r/GCode
|
@ -1,6 +1,8 @@
|
|||
#include "../libslic3r.h"
|
||||
#include "GCodeProcessor.hpp"
|
||||
|
||||
#include <boost/log/trivial.hpp>
|
||||
|
||||
#if ENABLE_GCODE_VIEWER
|
||||
|
||||
static const float INCHES_TO_MM = 25.4f;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue