Added missing includes (GCC 9.3)
This commit is contained in:
parent
f50046b31b
commit
ed9c93f85a
1 changed files with 2 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue