Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/prusa3d/PrusaSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/t/fill.t
diff options
context:
space:
mode:
Diffstat (limited to 't/fill.t')
-rw-r--r--t/fill.t1
1 files changed, 1 insertions, 0 deletions
diff --git a/t/fill.t b/t/fill.t
index 3c434ea52..15b1a2e04 100644
--- a/t/fill.t
+++ b/t/fill.t
@@ -9,6 +9,7 @@ plan tests => 19;
BEGIN {
use FindBin;
use lib "$FindBin::Bin/../lib";
+ use local::lib "$FindBin::Bin/../local-lib";
}
use List::Util qw(first sum);