Revert "Improve sorting on SpecialWanted*-Pages"
[lhc/web/wiklou.git] / includes / specialpage / QueryPage.php
index 53f8930..40f82f5 100644 (file)
@@ -21,6 +21,8 @@
  * @ingroup SpecialPage
  */
 
+use Wikimedia\Rdbms\ResultWrapper;
+
 /**
  * This is a class for doing query pages; since they're almost all the same,
  * we factor out some of the functionality into a superclass, and let