Fixes broken commit

This commit is contained in:
Alessandro Ranellucci 2012-05-19 20:27:22 +02:00
parent 8aafafac7c
commit 5ccc0a8f62

View file

@ -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;