Merge "Perform a permission check on the title when changing the page language"
[lhc/web/wiklou.git] / includes / cache / localisation / LCStoreDB.php
index e7e2d10..c57145c 100644 (file)
@@ -18,6 +18,9 @@
  * @file
  */
 
+use Wikimedia\Rdbms\IDatabase;
+use Wikimedia\Rdbms\DBQueryError;
+
 /**
  * LCStore implementation which uses the standard DB functions to store data.
  * This will work on any MediaWiki installation.