Add LWP::UserAgent to use of plater.pm (#3608)

This commit is contained in:
Joseph Lenox 2016-12-06 22:10:18 -06:00 committed by GitHub
parent fde6e2e61d
commit 0033cf9974

View File

@ -8,6 +8,7 @@ use utf8;
use File::Basename qw(basename dirname);
use List::Util qw(sum first max);
use Slic3r::Geometry qw(X Y Z MIN MAX scale unscale deg2rad);
use LWP::UserAgent;
use threads::shared qw(shared_clone);
use Wx qw(:button :cursor :dialog :filedialog :keycode :icon :font :id :listctrl :misc
:panel :sizer :toolbar :window wxTheApp :notebook :combobox);