diff options
Diffstat (limited to 'includes/parser/Preprocessor.php')
-rw-r--r-- | includes/parser/Preprocessor.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/includes/parser/Preprocessor.php b/includes/parser/Preprocessor.php index b87ce52d13b9..18492ea646f2 100644 --- a/includes/parser/Preprocessor.php +++ b/includes/parser/Preprocessor.php @@ -21,6 +21,8 @@ * @ingroup Parser */ +use MediaWiki\Parser\Parser; + /** * @ingroup Parser */ |