Added missing includes (GCC 9.3)

This commit is contained in:
Lukáš Hejl 2021-05-21 07:42:37 +02:00
parent f50046b31b
commit ed9c93f85a

View file

@ -23,6 +23,8 @@
#endif
#include <assert.h>
#include <boost/thread/mutex.hpp>
#include <boost/thread/lock_guard.hpp>
#if defined(SLIC3R_DEBUG) || defined(SLIC3R_DEBUG_SLICE_PROCESSING)
#include "SVG.hpp"