diff --git a/src/database/mongo/hash.js b/src/database/mongo/hash.js
index 1512fbec20..f5659377a3 100644
--- a/src/database/mongo/hash.js
+++ b/src/database/mongo/hash.js
@@ -1,5 +1,7 @@
 "use strict";
 
+var winston = require('winston');
+
 module.exports = function(db, module) {
 	var helpers = module.helpers.mongo;