Fixes broken commit
This commit is contained in:
parent
8aafafac7c
commit
5ccc0a8f62
1 changed files with 1 additions and 1 deletions
|
@ -15,9 +15,9 @@ sub debugf {
|
|||
}
|
||||
|
||||
# load threads before Moo as required by it
|
||||
use Config;
|
||||
our $have_threads = $Config{useithreads} && eval "use threads; use Thread::Queue; 1";
|
||||
|
||||
use Config;
|
||||
use Moo;
|
||||
use Slic3r::Config;
|
||||
use Slic3r::ExPolygon;
|
||||
|
|
Loading…
Reference in a new issue