1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-25 10:15:50 +00:00

Added a missing header (numeric for std::accumulate)

This commit is contained in:
Lukas Matena
2018-08-20 13:02:54 +02:00
parent 3b86c57c8f
commit d197a5149a
+1
View File
@@ -8,6 +8,7 @@
#include <GL/glew.h> #include <GL/glew.h>
#include <iostream> #include <iostream>
#include <numeric>
namespace Slic3r { namespace Slic3r {
namespace GUI { namespace GUI {