--- loncom/homework/lonhomework.pm 2015/06/17 03:57:01 1.354 +++ loncom/homework/lonhomework.pm 2015/06/29 15:42:07 1.355 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # The LON-CAPA Homework handler # -# $Id: lonhomework.pm,v 1.354 2015/06/17 03:57:01 musolffc Exp $ +# $Id: lonhomework.pm,v 1.355 2015/06/29 15:42:07 damieng Exp $ # # Copyright Michigan State University Board of Trustees # @@ -49,6 +49,7 @@ use Apache::matchresponse(); use Apache::chemresponse(); use Apache::functionplotresponse(); use Apache::drawimage(); +use Apache::loncapamath(); use Apache::Constants qw(:common); use Apache::loncommon(); use Apache::lonparmset();