Merge "RCFilters UI: In the highlight code, use .data() the way it was meant to be...
[lhc/web/wiklou.git] / includes / TitleArrayFromResult.php
index 668ea54..189fb40 100644 (file)
@@ -24,6 +24,8 @@
  * @file
  */
 
+use Wikimedia\Rdbms\ResultWrapper;
+
 class TitleArrayFromResult extends TitleArray implements Countable {
        /** @var ResultWrapper */
        public $res;