Added two missing includes to fix build on gcc
This commit is contained in:
parent
3967a7ac7e
commit
1eef1d32a0
2 changed files with 3 additions and 0 deletions
|
@ -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>
|
||||
|
|
|
@ -4,6 +4,8 @@
|
|||
#include <array>
|
||||
#include <string>
|
||||
|
||||
#include "libslic3r/Point.hpp"
|
||||
|
||||
namespace Slic3r {
|
||||
|
||||
class GLShaderProgram
|
||||
|
|
Loading…
Reference in a new issue