--- loncom/interface/lonquickgrades.pm 2015/03/13 22:34:00 1.106 +++ loncom/interface/lonquickgrades.pm 2015/03/30 22:29:24 1.107 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Quick Student Grades Display # -# $Id: lonquickgrades.pm,v 1.106 2015/03/13 22:34:00 raeburn Exp $ +# $Id: lonquickgrades.pm,v 1.107 2015/03/30 22:29:24 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -37,6 +37,7 @@ use Apache::lonnet; use Apache::grades; use Apache::loncoursedata; use Apache::lonstudentassessment; +use Apache::lonuserstate; use Time::HiRes; use Spreadsheet::WriteExcel;