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

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>

View file

@ -4,6 +4,8 @@
#include <array>
#include <string>
#include "libslic3r/Point.hpp"
namespace Slic3r {
class GLShaderProgram