Added missing includes to fix build on gcc 9

This commit is contained in:
Lukáš Hejl
2020-11-20 15:19:49 +01:00
parent 7df0dc0655
commit b8e02ec498
2 changed files with 2 additions and 0 deletions

View File

@@ -2,6 +2,7 @@
#include "Line.hpp"
#include "MultiPoint.hpp"
#include "Int128.hpp"
#include "BoundingBox.hpp"
#include <algorithm>
namespace Slic3r {