Added missing headers.

This commit is contained in:
bubnikv 2019-01-21 17:51:37 +01:00
parent 3366ce51e5
commit bd80304f39
2 changed files with 6 additions and 3 deletions

View file

@ -6,6 +6,8 @@
#include <float.h>
#include <stdint.h>
#include <type_traits>
#include "../libslic3r.h"
#include "../BoundingBox.hpp"
#include "../PrintConfig.hpp"