--- loncom/homework/lonhomework.pm 2004/02/16 20:30:34 1.168 +++ loncom/homework/lonhomework.pm 2004/02/23 23:29:47 1.169 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # The LON-CAPA Homework handler # -# $Id: lonhomework.pm,v 1.168 2004/02/16 20:30:34 albertel Exp $ +# $Id: lonhomework.pm,v 1.169 2004/02/23 23:29:47 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -47,6 +47,7 @@ use Apache::externalresponse(); use Apache::rankresponse(); use Apache::matchresponse(); use Apache::chemresponse(); +use Apache::drawimage(); use Apache::Constants qw(:common); use HTML::Entities(); use Apache::loncommon();