From b26d6ac52ef2935e9169fca13c7eee7c30e00c24 Mon Sep 17 00:00:00 2001 From: DanB Date: Tue, 1 Aug 2017 14:49:40 +0200 Subject: [PATCH] Adding missing imports for thresholds --- engine/thresholds.go | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/engine/thresholds.go b/engine/thresholds.go index 70501c1e4..e3f9d7a0b 100644 --- a/engine/thresholds.go +++ b/engine/thresholds.go @@ -18,6 +18,12 @@ along with this program. If not, see package engine +import ( + "time" + + "github.com/cgrates/cgrates/utils" +) + type ThresholdCfg struct { ID string Filters []*RequestFilter // Filters for the request