Merge "RC Filters: Hooks for highlight guided tour"
[lhc/web/wiklou.git] / includes / cache / localisation / LCStoreDB.php
index e7e2d10..52611ec 100644 (file)
@@ -18,6 +18,8 @@
  * @file
  */
 
+use Wikimedia\Rdbms\IDatabase;
+
 /**
  * LCStore implementation which uses the standard DB functions to store data.
  * This will work on any MediaWiki installation.