aboutsummaryrefslogtreecommitdiff
path: root/src/ext/cache
diff options
context:
space:
mode:
Diffstat (limited to 'src/ext/cache')
-rw-r--r--src/ext/cache/mod.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ext/cache/mod.rs b/src/ext/cache/mod.rs
index 28a8a6c..7c4d3a5 100644
--- a/src/ext/cache/mod.rs
+++ b/src/ext/cache/mod.rs
@@ -3,6 +3,7 @@ use std::collections::HashMap;
use std::default::Default;
use std::mem;
use ::model::*;
+use ::model::event::*;
/// A cache of all events received over a [`Connection`], where storing at least
/// some data from the event is possible.