diff --git a/opentrafficshaper/plugins/statistics/statistics.pm b/opentrafficshaper/plugins/statistics/statistics.pm
index 3f2fe80a9ce6d3b9cbcc0813034c7afe5567722b..3498772ab877efdc946168475f86938d3adf0e0a 100644
--- a/opentrafficshaper/plugins/statistics/statistics.pm
+++ b/opentrafficshaper/plugins/statistics/statistics.pm
@@ -30,10 +30,15 @@ use opentrafficshaper::logger;
 use opentrafficshaper::utils;
 
 use opentrafficshaper::plugins::configmanager qw(
+		getLimit
+		getLimits
+
 		getLimitUsername
 
 		getLimitTxInterface
 		getLimitRxInterface
+
+		getTrafficClasses
 );
 
 # NK: TODO: Maybe we want to remove timing at some stage? maybe not?