1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-11 08:04:25 +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 <iostream>
#include <numeric>
namespace Slic3r {
namespace GUI {