Added two missing includes to fix build on gcc

This commit is contained in:
Lukas Matena 2020-09-01 18:04:56 +02:00
parent 3967a7ac7e
commit 1eef1d32a0
2 changed files with 3 additions and 0 deletions
src/libslic3r/GCode

View file

@ -5,6 +5,7 @@
#include <boost/log/trivial.hpp>
#include <boost/nowide/fstream.hpp>
#include <boost/nowide/cstdio.hpp>
#include <float.h>
#include <assert.h>