Added a missing header (numeric for std::accumulate)
This commit is contained in:
parent
3b86c57c8f
commit
d197a5149a
1 changed files with 1 additions and 0 deletions
|
@ -8,6 +8,7 @@
|
|||
#include <GL/glew.h>
|
||||
|
||||
#include <iostream>
|
||||
#include <numeric>
|
||||
|
||||
namespace Slic3r {
|
||||
namespace GUI {
|
||||
|
|
Loading…
Reference in a new issue