Added missing includes (gcc9.4 without pch)

This commit is contained in:
Lukas Matena 2021-11-16 16:08:16 +01:00
parent e063fe920e
commit a2c3a6ac2f
4 changed files with 8 additions and 1 deletions

View file

@ -1,5 +1,6 @@
#include "libslic3r.h"
#include "ConvexHull.hpp"
#include "BoundingBox.hpp"
#include <boost/multiprecision/integer.hpp>